alnoda-workspaces/workspaces/base-workspace/mkdocs/docs
2021-08-01 21:46:20 +00:00
..
assets initial commit - opensourcing project 2021-07-30 12:18:29 +00:00
javascript initial commit - opensourcing project 2021-07-30 12:18:29 +00:00
pages/home mc, htop to be on web ui. workspace-in-docker:18.04-0.4 2021-08-01 21:46:20 +00:00
README.md mc, htop to be on web ui. workspace-in-docker:18.04-0.4 2021-08-01 21:46:20 +00:00

This is a starting point to create docs for this workspace!

Don't neglect documenting your workspace! Soon you will forgot what you were doing with it. This page is designed for you to modify it and write down everything you need to know next time you come here.

In order to change this page, simply modify the file /home/docs/docs/README.md. Changes will be applied automatically - the server that serves this page has live reload.

In order to add a new doc file, it is enough to create a file in the folder /home/docs/docs and add respective entry to the configuratiion file /home/docs/mkdcs.yaml.

Open workspace terminal, and create new documentation file with some text at your will, and save changes

nano /home/docs/docs/new.md

edit file mkdcs.yaml

nano /home/docs/mkdcs.yaml

Add record about the new file to nav, and save changes

nav:
  - Home: pages/home/home.md
  - About: README.md
  - Get started: get-started.md
  - New: new.md