chore: aligned docs to the template file for articles

This commit is contained in:
Michele Cereda
2023-07-09 20:48:18 +02:00
parent ebb4e5febb
commit 919a261a0c
95 changed files with 914 additions and 266 deletions

View File

@@ -1,4 +1,11 @@
# Insomnia <!-- omit in toc -->
# Insomnia
## Table of contents <!-- omit in toc -->
1. [Troubleshooting](#troubleshooting)
1. [Manually install plugins](#manually-install-plugins)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## Troubleshooting
@@ -19,15 +26,24 @@
## Sources
All the references in the [further readings] section, plus the following:
- [NPM install module in current directory]
<!-- internal knowledge base -->
[postman]: postman.md
<!--
References
-->
<!-- projects' references -->
<!-- Upstream -->
[documentation]: https://docs.insomnia.rest/
[inso cli]: https://docs.insomnia.rest/inso-cli
[website]: https://insomnia.rest/
<!-- others -->
<!-- In-article sections -->
[further readings]: #further-readings
<!-- Knowledge base -->
[postman]: postman.md
<!-- Others -->
[npm install module in current directory]: https://stackoverflow.com/questions/14032160/npm-install-module-in-current-directory#45660836