https://github.com/solid/dev
Solid Developers documentation
https://github.com/solid/dev
Last synced: about 2 months ago
JSON representation
Solid Developers documentation
- Host: GitHub
- URL: https://github.com/solid/dev
- Owner: solid
- License: mit
- Created: 2025-09-29T08:51:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-02-15T20:59:03.000Z (about 2 months ago)
- Last Synced: 2026-02-16T03:04:44.740Z (about 2 months ago)
- Language: Dockerfile
- Homepage: https://dev.solidproject.org/
- Size: 675 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
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).