1
1
mirror of https://github.com/primer/css.git synced 2024-09-22 06:07:31 +03:00

add path metadata to all docs

This commit is contained in:
Shawn Allen 2018-12-06 22:42:46 -08:00
parent 4f2fadba61
commit d5e8a55f0b
41 changed files with 43 additions and 9 deletions

View File

@ -37,6 +37,7 @@ $ npm run build
<!-- %docs
title: Alerts
path: components/alerts
status: Stable
-->

View File

@ -37,6 +37,7 @@ $ npm run build
<!-- %docs
title: Avatars
path: components/avatars
status: Stable
-->

View File

@ -37,6 +37,7 @@ $ npm run build
<!-- %docs
title: Blankslate
path: components/blankslate
status: Stable
-->

View File

@ -37,6 +37,7 @@ $ npm run build
<!-- %docs
title: Box
path: components/box
status_issue: https://github.com/github/design-systems/issues/198
status: New release
-->

View File

@ -37,6 +37,7 @@ $ npm run build
<!-- %docs
title: Branch name
path: components/branch-name
status: Stable
-->

View File

@ -11,6 +11,7 @@ This repository is a module of the full [primer][primer] repository.
<!-- %docs
title: Breadcrumbs
path: components/breadcrumb
status: Stable
-->

View File

@ -37,6 +37,7 @@ $ npm run build
<!-- %docs
title: Buttons
path: components/buttons
status: Stable
-->

View File

@ -37,6 +37,7 @@ $ npm run build
<!-- %docs
title: Forms
path: components/forms
status: Stable
-->

View File

@ -37,6 +37,7 @@ $ npm run build
<!-- %docs
title: Labels
path: components/labels
status_issue: https://github.com/github/design-systems/issues/332
status: New release
-->

View File

@ -37,9 +37,9 @@ $ npm run build
<!-- %docs
title: Layout
path: objects/layout
status: Deprecated
status_issue: https://github.com/github/design-systems/issues/59
key: /css/styles/core/objects/layout
-->
Primer's layout includes basic page containers and a single-tiered, fraction-based grid system. That sounds more complicated than it really is though—it's just containers, rows, and columns.

View File

@ -1,5 +1,6 @@
---
title: Grid
path: objects/grid
status: New release
status_issue: https://github.com/github/design-systems/issues/88
source: https://github.com/primer/primer/blob/master/modules/primer-layout/lib/grid.scss

View File

@ -37,6 +37,7 @@ $ npm run build
<!-- %docs
title: Markdown
path: components/markdown
status: Stable
-->

View File

@ -11,6 +11,7 @@ This repository is a module of the full [primer][primer] repository.
<!-- %docs
title: Marketing Buttons
path: components/marketing-buttons
status: New Release
-->

View File

@ -1,7 +1,3 @@
---
title: Marketing variables
---
# Primer Marketing Support
[![npm version](https://img.shields.io/npm/v/primer-marketing-support.svg)](https://www.npmjs.org/package/primer-marketing-support)
@ -35,7 +31,8 @@ You can also import specific portions of the module by importing those partials
<!-- %docs
title: Marketing support
status: new release
path: support/marketing-variables
status: Stable
-->
### Extended spacing scale

View File

@ -10,7 +10,8 @@ This repository is a module of the full [primer][primer] repository.
## Documentation
<!-- %docs
title: Typography
title: Marketing Typography
path: utilities/marketing-type
status: New Release
-->

View File

@ -1,5 +1,6 @@
---
title: Borders
path: utilities/borders
status: New release
---

View File

@ -1,5 +1,6 @@
---
title: Filters
path: utilities/marketing-filters
status: New release
status_issue: https://github.com/github/design-systems/issues/302
---

View File

@ -1,5 +1,6 @@
---
title: Layout
path: utilities/layout
status: New release
---

View File

@ -1,5 +1,6 @@
---
title: Marketing Margin
path: utilities/marketing-margin
status: New release
status_issue: https://github.com/github/design-systems/issues/378
---

View File

@ -1,5 +1,6 @@
---
title: Marketing Padding
path: utilities/marketing-padding
status: New release
status_issue: https://github.com/github/design-systems/issues/378
---

View File

@ -37,6 +37,7 @@ $ npm run build
<!-- %docs
title: Navigation
path: components/navigation
status: Stable
-->

View File

@ -37,6 +37,7 @@ $ npm run build
<!-- %docs
title: Pagination
path: components/pagination
status: New Release
-->

View File

@ -37,6 +37,7 @@ $ npm run build
<!-- %docs
title: Popover
path: components/popover
status: Experimental
-->

View File

@ -36,6 +36,7 @@ $ npm run build
<!-- %docs
title: Progress
path: components/progress
status: New Release
-->

View File

@ -37,6 +37,7 @@ $ npm run build
<!-- %docs
title: Subhead
path: components/subhead
status: New release
status_issue: https://github.com/github/design-systems/issues/101
-->

View File

@ -31,6 +31,7 @@ You can also import specific portions of the module by importing those partials
<!-- %docs
title: Support
path: support/index
-->
Primer is built on systems that form the foundation of our styles, and inform the way we write and organize our CSS. Building upon systems helps us make styles consistent and interoperable with each other, and assists us with visual hierarchy and vertical rhythm.

View File

@ -1,7 +1,7 @@
---
title: Breakpoints
path: support/breakpoints
status: Stable
source: https://github.com/primer/primer/blob/master/modules/primer-support/lib/mixins/layout.scss
---
{:toc}

View File

@ -1,5 +1,6 @@
---
title: Spacing
path: support/spacing
status: Stable
source: https://github.com/primer/primer/blob/master/modules/primer-support/lib/variables/layout.scss
---

View File

@ -1,5 +1,6 @@
---
title: Typography
path: support/typography
status_issue: https://github.com/github/design-systems/issues/329
status: New release
source: https://github.com/primer/primer/blob/master/modules/primer-support/lib/variables/typography.scss

View File

@ -37,8 +37,8 @@ $ npm run build
<!-- %docs
title: Table object
path: objects/table-object
status: Stable
key: /css/styles/core/objects/table-object
-->
The table object is a module for creating dynamically resizable elements that always sit on the same horizontal line (e.g., they never break to a new line). Using table styles in our CSS means it's cross browser friendly back to at least IE9.

View File

@ -37,6 +37,7 @@ $ npm run build
<!-- %docs
title: Tooltips
path: components/tooltips
status: Stable
-->

View File

@ -37,6 +37,7 @@ $ npm run build
<!-- %docs
title: Truncate
path: components/truncate
status: Stable
-->

View File

@ -1,5 +1,6 @@
---
title: Animations
path: utilities/animations
example_layout: toggle
status: Stable
---

View File

@ -1,5 +1,6 @@
---
title: Borders
path: utilities/borders
status: New release
status_issue: https://github.com/github/design-systems/issues/72
---

View File

@ -1,5 +1,6 @@
---
title: Box shadow
path: utilities/box-shadow
status: New release
status_issue: https://github.com/github/design-systems/issues/269
---

View File

@ -1,5 +1,6 @@
---
title: Details
path: utilities/details
status: New release
---

View File

@ -1,5 +1,6 @@
---
title: Flexbox
path: utilities/flexbox
status: New release
source: /app/assets/stylesheets/primer-core/utilities/lib/layout.scss
status_issue: https://github.com/github/design-systems/issues/157

View File

@ -1,5 +1,6 @@
---
title: Layout
path: utilities/layout
status: Stable
---

View File

@ -1,5 +1,6 @@
---
title: Margin
path: utilities/margin
status: Stable
---

View File

@ -1,5 +1,6 @@
---
title: Padding
path: utilities/padding
status: Stable
---

View File

@ -1,5 +1,6 @@
---
title: Typography
path: utilities/typography
status: Stable
---