mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
docs: Add references to the configuration generator
This commit is contained in:
parent
f149e3d884
commit
4b3301738e
@ -167,7 +167,9 @@ The Community Solid Server uses [Components.js](https://componentsjs.readthedocs
|
||||
to specify how modules and components need to be wired together at runtime.
|
||||
|
||||
Examples and guidance on configurations
|
||||
are available in the [`config` folder](https://github.com/CommunitySolidServer/CommunitySolidServer/tree/main/config).
|
||||
are available in the [`config` folder](https://github.com/CommunitySolidServer/CommunitySolidServer/tree/main/config),
|
||||
and the [configurations tutorial](https://github.com/CommunitySolidServer/tutorials/blob/main/custom-configurations.md).
|
||||
There is also a [configuration generator](https://communitysolidserver.github.io/configuration-generator/).
|
||||
|
||||
Recipes for configuring the server can be found at [CommunitySolidServer/recipes](https://github.com/CommunitySolidServer/recipes).
|
||||
|
||||
@ -176,7 +178,7 @@ Recipes for configuring the server can be found at [CommunitySolidServer/recipes
|
||||
The server allows writing and plugging in custom modules
|
||||
without altering its base source code.
|
||||
|
||||
The [📗 API documentation](https://communitysolidserver.github.io/CommunitySolidServer/latest/5.x/docs) and
|
||||
The [📗 API documentation](https://communitysolidserver.github.io/CommunitySolidServer/5.x/docs) and
|
||||
the [📓 user documentation](https://communitysolidserver.github.io/CommunitySolidServer/)
|
||||
can help you find your way.
|
||||
There is also a repository of [📚 comprehensive tutorials](https://github.com/CommunitySolidServer/tutorials/)
|
||||
|
@ -44,6 +44,7 @@ the [changelog](https://github.com/CommunitySolidServer/CommunitySolidServer/blo
|
||||
## Comprehensive guides and tutorials
|
||||
|
||||
* [The CSS tutorial repository](https://github.com/CommunitySolidServer/tutorials/)
|
||||
* [CSS configuration generator](https://communitysolidserver.github.io/configuration-generator/)
|
||||
|
||||
## Making changes
|
||||
|
||||
|
@ -30,13 +30,20 @@
|
||||
If you want to keep data permanently,
|
||||
choose a configuration that saves data to disk instead.
|
||||
</p>
|
||||
<p>
|
||||
To learn more about how this server can be used,
|
||||
have a look at the
|
||||
<a href="https://github.com/CommunitySolidServer/tutorials/blob/main/getting-started.md">getting started tutorial</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="developers">Getting started as a <em>developer</em></h2>
|
||||
<p>
|
||||
<a href="./setup">Run the setup</a> to configure your server.
|
||||
<br>
|
||||
The default configuration includes
|
||||
the <strong>ready-to-use root Pod</strong> you're currently looking at.
|
||||
<br>
|
||||
Besides the provided configurations,
|
||||
you can also fine-tune your own custom configuration using the
|
||||
<a href="https://communitysolidserver.github.io/configuration-generator/">configuration generator</a>.
|
||||
</p>
|
||||
<p>
|
||||
You can easily choose any folder on your disk
|
||||
|
Loading…
x
Reference in New Issue
Block a user