Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 697 Bytes

File metadata and controls

26 lines (17 loc) · 697 Bytes

Page


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/.


Building locally

To work locally with this project, you'll have to follow the steps below:

  1. Fork, clone or download this project
  2. Install MkDocs
  3. Preview your project: mkdocs serve, your site can be accessed under localhost:8000
  4. Add content
  5. Generate the website: mkdocs build (optional)

Read more at MkDocs documentation.