Skip to content

Commit e6e68e4

Browse files
authored
Merge pull request #897 from primer/update-docs
Update development docs for new gatsby site
2 parents cac447a + 8a3a8a9 commit e6e68e4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

DEVELOP.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,16 @@ The typical Primer workflow looks something like this:
3636
Run `npm install` to install the npm dependencies.
3737

3838
## 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:
4040

4141
```sh
4242
npm start
4343
```
4444

45-
Then visit http://localhost:3000/css to view the site.
45+
Then visit http://localhost:8000 to view the site.
4646

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.
5149

5250

5351
### URL tests

0 commit comments

Comments
 (0)