Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Solid Developers Documentation

The Solid Developers Documentation is hosted at [https://dev.solidproject.org/](https://dev.solidproject.org/).
Deployed at: [https://dev.solidproject.org/](https://dev.solidproject.org/)

## How To Contribute

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

You can contribute to it by submitting a PR to this repository.
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 and watch for any changes.
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 browser to [localhost:8000](http://localhost:8000).