An open API service indexing awesome lists of open source software.

https://github.com/solid/dev

Solid Developers documentation
https://github.com/solid/dev

Last synced: about 2 months ago
JSON representation

Solid Developers documentation

Awesome Lists containing this project

README

          

# Solid Developers Documentation

Deployed at: [https://dev.solidproject.org/](https://dev.solidproject.org/)

## How To Contribute

The Solid Developer documentation is generated using [MkDocs](https://www.mkdocs.org/).

You can contribute to it by submitting a PR to [the solid/dev repository](https://github.com/solid/dev).

If you use VSCode, you can [open this repo in a dev container](https://code.visualstudio.com/docs/devcontainers/containers#_quick-start-open-an-existing-folder-in-a-container), it will build and serve the docs on [localhost:8000](http://localhost:8000) and rebuild after any change to the docs.

Alternatively you can run `docker compose up` and browse to [localhost:8000](http://localhost:8000).