Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D design
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Primer
  • design
  • Merge requests
  • !65

updated shortname and removed color.mdx

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge content-update into master 5 years ago
  • Overview 4
  • Commits 1
  • Pipelines 0
  • Changes 5

Created by: ashygee

Compare
  • master (base)

and
  • latest version
    4a6bc831
    1 commit, 2 years ago

5 files
+ 9
- 12

    Preferences

    File browser
    Compare changes
con‎tent‎
found‎ation‎
colo‎r.mdx‎ +0 -5
inde‎x.mdx‎ +6 -2
src/@primer/gats‎by-theme-doctocat‎
compo‎nents‎
her‎o.js‎ +1 -1
nav‎.yml‎ +0 -2
gatsby-c‎onfig.js‎ +2 -2
content/foundation/color.mdx deleted 100644 → 0
+ 0
- 5
  • View file @ 19a39bfc

---
title: Color
---
Color
\ No newline at end of file
content/index.mdx
+ 6
- 2
  • View file @ 4a6bc831

  • Edit in single-file editor

  • Open in Web IDE

---
title: Interface Guidelines
title: Interface guidelines
---
import {HeroLayout} from '@primer/gatsby-theme-doctocat'
export default HeroLayout
\ No newline at end of file
export default HeroLayout
# Introduction
Primer's interface guidelines are a collection of principles, standards, and usage guidelines for designing GitHub interfaces.
src/@primer/gatsby-theme-doctocat/components/hero.js
+ 1
- 1
  • View file @ 4a6bc831

  • Edit in single-file editor

  • Open in Web IDE


@@ -13,7 +13,7 @@ export default function Hero() {
<Box bg="black" py={6}>
<Container>
<Heading color="blue.4" fontSize={7} lineHeight="condensed" pb={3} m={0}>
Interface Guidelines
Interface guidelines
</Heading>
<HeroAnimation />
</Container>
src/@primer/gatsby-theme-doctocat/nav.yml
+ 0
- 2
  • View file @ 4a6bc831

  • Edit in single-file editor

  • Open in Web IDE


- title: Foundation
url: /foundation
children:
- title: Color
url: /foundation/color
- title: Typography
url: /foundation/typography
- title: Global
gatsby-config.js
+ 2
- 2
  • View file @ 4a6bc831

  • Edit in single-file editor

  • Open in Web IDE


module.exports = {
siteMetadata: {
title: 'Interface guidelines',
shortName: 'Interface',
description: 'Projects, standards, and usage guidelines for designing GitHub interfaces.'
shortName: 'Interface guidelines',
description: 'Principles, standards, and usage guidelines for designing GitHub interfaces.'
},
pathPrefix: '/design',
plugins: ['@primer/gatsby-theme-doctocat']
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference: firstcontributions/first-contributions!54327
Source branch: content-update

Menu

Explore Projects Groups Snippets