docs: Use lowercase filenames.

This commit is contained in:
Ruben Verborgh 2021-06-29 15:30:25 +01:00
parent 23cbf9936e
commit d41f46ac01
4 changed files with 2 additions and 4 deletions

View File

@ -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 If you are interested in helping out with the development of this server, be
sure to have a look at the [📓 developer sure to have a look at the [📓 developer
notes](documentation/Notes-for-developers.md) and notes](guides/developer-notes.md) and
[🛠 good first [🛠 good first
issues](https://github.com/solid/community-server/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). issues](https://github.com/solid/community-server/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).

View File

@ -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/). 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 ## Releasing a new version
_This is only relevant to developers with push-access._ _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`. 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. 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.