Use the integrated Wiki
Diese Seite ist noch nicht in deiner Sprache verfügbar. Englische Seite aufrufen
It is a common practice to use wikis to collect knowledge and share information. STACKIT Git allows you to add a wiki to a repository for additional documentation.
The wiki is essentially a separate Git repository in your repository with a predefined name in the form of [your-repository-name].wiki.git.
Setting up the Wiki
Section titled “Setting up the Wiki”To enable the wiki for a repository:
- Open the Settings page
- Open the Repository units section.
- Click on Wiki
- Activate Enable Repository Wiki.
Or ask your Git admin to do it.
Set the permissions:
- Go to the Settings page.
- If you want to give write access to everyone with an account, activate Allow anyone to edit the Wiki.
Otherwise edit the Wiki write permissions as required.
Adding content
Section titled “Adding content”After you have enabled the wiki you are prompted to create the initial page Home.md.
You can add images to the root directory or a specific subfolder (likeassets or images) using your local Git client.
Adding a sidebar and a footer
Section titled “Adding a sidebar and a footer”You can add a custom sidebar and a footer that are shown on every page. The sidebar will be displayed to the right of the main content and the footer below.
To enable the sidebar, add a file named _Sidebar.md to your wiki. For a footer the file must be named _Footer.md. Both file types allow common Markdown syntax to adjust the presentation to your needs.