diff --git a/docs/pages/css/getting-started/index.md b/docs/pages/css/getting-started/index.md index 59e313ae..70ebaf4d 100644 --- a/docs/pages/css/getting-started/index.md +++ b/docs/pages/css/getting-started/index.md @@ -1,6 +1,5 @@ --- title: Getting started -sidebar: {root: true} --- Our CSS framework, Primer, is [open-sourced on GitHub](https://github.com/primer/primer) and [hosted on npm](https://www.npmjs.com/package/primer). Our modules are grouped into three packages: [primer-core](https://github.com/primer/primer/tree/master/modules/primer-core), [primer-product](https://github.com/primer/primer/tree/master/modules/primer-product), and [primer-marketing](https://github.com/primer/primer/tree/master/modules/primer-marketing). `primer-core` contains packages used in both product (github.com) and marketing (logged out homepage). To install all of primer, you can use [primer](https://github.com/primer/primer) which is a grouping of core, product and marketing. diff --git a/docs/pages/css/principles/index.md b/docs/pages/css/principles/index.md index 8379df2b..c1183fa5 100644 --- a/docs/pages/css/principles/index.md +++ b/docs/pages/css/principles/index.md @@ -1,6 +1,5 @@ --- title: Principles -sidebar: {root: true} --- The CSS styleguide enables us to create a consistent user experience across GitHub, manage CSS bloat, and make our CSS easier to maintain. These principles should serve as guidelines for how we write and use CSS.