Documentation for Portal app developers.
Learn more about GitLab Pages at https://pages.gitlab.io and the official documentation https://docs.gitlab.com/ce/user/project/pages/.
To work locally with this project, you'll have to follow the steps below:
- Fork, clone or download this project
- Install MkDocs
- Preview your project:
mkdocs serve, your site can be accessed underlocalhost:8000 - Add content
- Generate the website:
mkdocs build(optional)
Read more at MkDocs documentation.