You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOP.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,18 +36,16 @@ The typical Primer workflow looks something like this:
36
36
Run `npm install` to install the npm dependencies.
37
37
38
38
## Docs site
39
-
The Primer CSS docs are built with React using [Primer Components](https://primer.style/components) and automatically deployed on every push to this repo with [Now]. You can run the server locally with:
39
+
The Primer CSS docs are built with React using [Doctocat](https://primer.style/doctocat) and automatically deployed on every push to this repo with [Now]. You can run the server locally with:
40
40
41
41
```sh
42
42
npm start
43
43
```
44
44
45
-
Then visit http://localhost:3000/css to view the site.
45
+
Then visit http://localhost:8000 to view the site.
46
46
47
-
:rotating_light:**Warning:** Next.js has a [long-running issue](https://github.com/zeit/next.js/issues/1189) with trailing slashes in URLs. Avoid visiting `http://localhost:3000/` if possible, as this may cause your development server to fail in less-than-graceful ways.
48
-
49
-
### The pages directory
50
-
The [pages directory](./pages/) contains all of the documentation files that map to URLs on the site. Because we host the site at `primer.style/css` (and because of the way that Now's path aliasing feature works), we nest all of our documentation under the [css subdirectory](./pages/css).
47
+
### The docs directory
48
+
The [docs directory](./docs/) contains all of the documentation files in our docs site. Files are nested in the `/content` folder.
0 commit comments