New: Improving documentation readability
We have recently updated our style guide to ensure a better reading experience when visiting our documentation. The style guide was something we initially introduced back in 2019 with a handful of ‘rules’ (or guidelines, really) that work to ensure that (for example):
- certain unwanted words are not used,
- sentences don’t get too long,
- Umbraco names and terms are spelled correctly.
Right now, we have 9 different rules defined in total, each of which helps to ensure that reading articles in the Umbraco Documentation is a joy! However as these rules are a fairly new edition, there are quite a lot of articles in the documentation that do not currently comply with them - that’s where we hope you might come in!
Where to start? We’ve divided the docs into some more edible sections - ripe for picking 🌳
Find detailed instructions on how to fork and clone the Umbraco Documentation on GitHub - or find it directly in the documentation on Our, in the Contribute section. Here, we have outlined the steps involved with testing and checking the articles against our style guide. In the same article, you can also learn much more about the rules we’re checking the docs against.
Tip: The best way to start helping with identifying where “rules are broken”, we recommend that you install a tool called Vale on your local machine and use that along with an extension to Visual Studio code to run checks on a fork of the UmbracoDocs repository.
Tip tip: your PR will definitely get prioritized when it's changing less than about 5 files at a time, which makes it nice and easy to scan and merge the changes. So we recommend working in small chunks, also to give everyone the opportunity to dive in. It’s no fun if just one person corrects all of the Vale errors in one go, sharing is caring. 💙