diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 4683449..df0b2ca 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1,8 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out of the box experience. New users to an instance should find the experience intuitive and only basic word-processing skills should be required to get involved in creating content on BookStack. The platform should provide advanced power features to those that desire it but they should not interfere with the core simple user experience. + +### Features +- Multi-Factor Authentication +- Dark & Light Modes +- LDAP Authentication +- Optional Markdown Editor +- Multi-Lingual diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index feca101..672bf5e 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -4,5 +4,3 @@ BookStack uses LDAP authentication by default. You can switch to standard authentication in the webadmin -> bookstack -> config panel setting For the first time Login with standard authentication, use the default credentials `admin@admin.com` and `password`. You should change these details immediately after logging in for the first time. - -* How to configure this app: From an admin panel, a plain file with SSH, or config panel. diff --git a/manifest.json b/manifest.json index a1dca7d..b38b780 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,8 @@ "license": "MIT", "website": "https://www.bookstackapp.com", "demo": "https://demo.bookstackapp.com", - "admindoc": "https://www.bookstackapp.com/docs", + "admindoc": "https://www.bookstackapp.com/docs/admin/", + "userdoc": "https://www.bookstackapp.com/docs/user/", "code": "https://github.com/BookStackApp/BookStack" }, "license": "MIT",