docbrown/docs
Abenet Tamiru eea93cc1d9
Add gitdocs as devDependency (#9463)
* Add gitdocs add a devDependency

* Update docs to use local gitdocs installation

* Apply suggestion

Co-authored-by: Nick Taylor <nick@iamdeveloper.com>

* Apply suggestion

Co-authored-by: Nick Taylor <nick@iamdeveloper.com>

* Fix other places where gitdocs is mentioned

* Revert to old Makefile

Co-authored-by: Nick Taylor <nick@iamdeveloper.com>
2020-07-24 13:48:36 +02:00
..
.static Update more Forem to DEV language (#9337) 2020-07-15 18:01:34 -04:00
backend [deploy] Add audit logs for credit card actions (#9416) 2020-07-22 08:23:42 +07:00
contributing Add gitdocs as devDependency (#9463) 2020-07-24 13:48:36 +02:00
design Update docs with Forem instead of dev.to (#9316) 2020-07-15 13:29:11 -04:00
frontend Fixed broken link, replaces file links with permalinks (#9334) 2020-07-16 07:41:07 -05:00
getting-started Update docs with Forem instead of dev.to (#9316) 2020-07-15 13:29:11 -04:00
installation Update docs with Forem instead of dev.to (#9316) 2020-07-15 13:29:11 -04:00
internal Update docs with Forem instead of dev.to (#9316) 2020-07-15 13:29:11 -04:00
maintainers Update more Forem to DEV language (#9337) 2020-07-15 18:01:34 -04:00
technical-overview Update docs with Forem instead of dev.to (#9316) 2020-07-15 13:29:11 -04:00
tests Update docs with Forem instead of dev.to (#9316) 2020-07-15 13:29:11 -04:00
.gitdocs.json Update docs with Forem instead of dev.to (#9316) 2020-07-15 13:29:11 -04:00
.nvmrc Use Node lts/erbium (v12) for Netlify builds (#5925) 2020-02-06 12:03:11 -05:00
.ruby-version Change /settings/misc to /settings/ux (#7107) 2020-04-06 14:50:34 -04:00
api_template.hbs Update docs with Forem instead of dev.to (#9316) 2020-07-15 13:29:11 -04:00
api_v0.yml API: add nullable to nullable fields in documentation (#9407) 2020-07-22 12:22:45 +02:00
faqs.md Add troubleshooting section to docs and restore hidden sections (#6231) 2020-02-24 13:37:52 -05:00
Gemfile Upgrade Rubocop to 0.81 (#7219) 2020-04-11 10:10:04 +02:00
licensing.md Update more Forem to DEV language (#9337) 2020-07-15 18:01:34 -04:00
Makefile API: OpenAPI 3 spec and auto generated docs (#3650) 2019-08-12 11:36:04 -04:00
netlify.toml Update docs with Forem instead of dev.to (#9316) 2020-07-15 13:29:11 -04:00
readme.md Add gitdocs as devDependency (#9463) 2020-07-24 13:48:36 +02:00
self-hosting.md Update more Forem to DEV language (#9337) 2020-07-15 18:01:34 -04:00
troubleshooting.md Add curl alternatives for ES troubleshooting (#9414) 2020-07-21 13:24:28 +02:00

items
technical-overview
installation
getting-started
contributing
backend
frontend
internal
design
tests
faqs.md
troubleshooting.md
licensing.md
self-hosting.md
maintainers

Welcome to Forem's developer documentation

On this site you'll find instructions to setup a local instance of Forem, documentation on the architecture of Forem, how to contribute, and many other useful documents.

This documentation site is the product of a number of volunteer contributors working alongside the Forem Core Team, special thanks to all those who have contributed to the documentation.

Running the documentation locally

Like Forem, this site is open source and the code is hosted on GitHub. If you find any incorrect information, or a even a typo, we'd love to see a pull request. Follow these steps to get the documentation site running locally.

Forem's documentation is built with GitDocs NodeJS library.

To start the gitdocs server, you should run yarn gitdocs serve from the root of the forem project or from the /docs directory.

yarn gitdocs serve

This will start a server where you can browse the documentation: http://localhost:8000/

If you add new pages or rename existing pages, you'll need to restart the server for those changes to take effect.

Contributing to the docs

If you're looking for more information on contributing, check out the Contributing guide.