We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fef40 commit 8130977Copy full SHA for 8130977
README.md
@@ -5,7 +5,7 @@
5
## What is it
6
A simple Rails app with Devise authentication to serve static docs generated with a tool like [MkDocs](http://www.mkdocs.org/).
7
Static html is served by [HighVoltage](https://github.com/thoughtbot/high_voltage) customized to serve pathes
8
-containing whitespaces and dir pathes missing 'index' filename.
+containing whitespaces and dir pathes missing 'index' filename. [RailsAdmin](https://github.com/sferik/rails_admin) is used for users administration.
9
10
## Usage
11
This assumes you have a docs-building project in Git, the built docs are in 'site' directory and now want to deploy it
0 commit comments