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
"semi": false,
# https://prettier.io/docs/en/options.html#quotes
singleQuote: true
"singleQuote": true,
# https://prettier.io/docs/en/options.html#trailing-commas
trailingComma: "es5"
"trailingComma": "es5",
"overrides": [
{
"files": "index.md",
"options": {
"tabWidth": 4
}
}
]
}

View File

@ -30,12 +30,12 @@ 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.
- Support for custom fields of various data types.
- 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.
- Results are sorted by relevance to your search query.
- Highlighting shows you which parts of the document matched the query.
- 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.
- 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.