Fix nested list on docs index

wtf prettier
This commit is contained in:
shamoon 2023-11-06 15:10:09 -08:00
parent 35f9f36671
commit 07fcfa01e0
2 changed files with 41 additions and 31 deletions

View File

@ -1,6 +1,16 @@
# https://prettier.io/docs/en/options.html#semicolons {
semi: false # https://prettier.io/docs/en/options.html#semicolons
# https://prettier.io/docs/en/options.html#quotes "semi": false,
singleQuote: true # https://prettier.io/docs/en/options.html#quotes
# https://prettier.io/docs/en/options.html#trailing-commas "singleQuote": true,
trailingComma: "es5" # https://prettier.io/docs/en/options.html#trailing-commas
"trailingComma": "es5",
"overrides": [
{
"files": "index.md",
"options": {
"tabWidth": 4
}
}
]
}

View File

@ -30,15 +30,15 @@ physical documents into a searchable online archive so you can keep, well, _less
- Customizable views can be saved and displayed on the dashboard and / or sidebar. - Customizable views can be saved and displayed on the dashboard and / or sidebar.
- Support for custom fields of various data types. - Support for custom fields of various data types.
- Shareable public links with optional expiration. - Shareable public links with optional expiration.
- **Full text search** helps you find what you need. - **Full text search** helps you find what you need:
- Auto completion suggests relevant words from your documents. - Auto completion suggests relevant words from your documents.
- Results are sorted by relevance to your search query. - Results are sorted by relevance to your search query.
- Highlighting shows you which parts of the document matched the query. - Highlighting shows you which parts of the document matched the query.
- Searching for similar documents ("More like this") - Searching for similar documents ("More like this")
- **Email processing**[^1]: import documents from your email accounts - **Email processing**[^1]: import documents from your email accounts:
- Configure multiple accounts and rules for each account. - Configure multiple accounts and rules for each account.
- After processing, paperless can perform actions on the messages such as marking as read, deleting and more. - After processing, paperless can perform actions on the messages such as marking as read, deleting and more.
- A built-in robust **multi-user permissions** system that supports 'global' permissions as well as per document or object. - A built-in robust **multi-user permissions** system that supports 'global' permissions as well as per document or object.
- A powerful templating system that gives you more control over the consumption pipeline. - A powerful templating system that gives you more control over the consumption pipeline.
- **Optimized** for multi core systems: Paperless-ngx consumes multiple documents in parallel. - **Optimized** for multi core systems: Paperless-ngx consumes multiple documents in parallel.
- The integrated sanity checker makes sure that your document archive is in good health. - The integrated sanity checker makes sure that your document archive is in good health.