End-user apps in WSO2 Identity Server
Branch | Build Status |
---|---|
master |
To run the project on local, it requires python & mkdocs
- Clone the repo.
- Install python and pip (If not already installed).
- Install mkdocs through pip (
pip install mkdocs
). - Install the material theme for mkdocs (
pip install mkdocs-material
). - Run
mkdocs serve
command in<Lang folder>
. E.g.cd en && mkdocs serve
.
NOTE:
If you are doing changes and want to see them on the fly, running the server with mkdocs serve --dirtyreload
option
will make the server load only the changed items and display the changes faster.
Licenses this source under the Apache License, Version 2.0 (LICENSE), You may not use this file except in compliance with the License.