mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
docs: Use lowercase filenames.
This commit is contained in:
parent
23cbf9936e
commit
d41f46ac01
@ -40,7 +40,7 @@ should contain all the components from the `ldp` section of the diagram.
|
||||
|
||||
If you are interested in helping out with the development of this server, be
|
||||
sure to have a look at the [📓 developer
|
||||
notes](documentation/Notes-for-developers.md) and
|
||||
notes](guides/developer-notes.md) and
|
||||
[🛠️ good first
|
||||
issues](https://github.com/solid/community-server/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
|
||||
|
||||
|
@ -59,8 +59,6 @@ If you edit this config file, `npm run build` MUST have been invoked before so t
|
||||
|
||||
Learn more about Components.js in its [documentation](https://componentsjs.readthedocs.io/en/latest/).
|
||||
|
||||
[Click here to learn more about creating custom configs](https://github.com/solid/community-server/wiki/Create-a-custom-configuration).
|
||||
|
||||
## Releasing a new version
|
||||
|
||||
_This is only relevant to developers with push-access._
|
||||
@ -80,4 +78,4 @@ When calling `npm version`, a new entry in `CHANGELOG.md` will [automatically be
|
||||
The process will _halt_ until you confirm the changes in `CHANGELOG.md`.
|
||||
Before confirming, it is recommended to have a look at this file, move around the commits if needed, and save the file.
|
||||
|
||||
**Note:** The changelog generator will make use of git tags to determine the range commit. While `npm version` will generate a git tag, you can also create one manually if you want to follow a different release process.
|
||||
**Note:** The changelog generator will make use of git tags to determine the range commit. While `npm version` will generate a git tag, you can also create one manually if you want to follow a different release process.
|
Loading…
x
Reference in New Issue
Block a user