Skip to content
/ docs Public
forked from Thinkwise/docs

Thinkwise Platform Documentation

Notifications You must be signed in to change notification settings

Zihn/docs

 
 

Repository files navigation

Thinkwise Platform Documentation

This project contains all platform related documentation, a knowledge base and information (blog posts) on new releases. https://office.thinkwisesoftware.com/docs/

Build status

Build Status

Netlify Status

Code style

Please use the vscode-markdownlint extension.

Framework

Built with Docusaurus.

Installation

For detailed requirements and instructions, see the Docusaurus docs.

  1. Install Docusaurus

    yarn install
  2. Start the website

    yarn start

Guidelines

See the markdownlint rules. Some overrides are defined in the .markdownlint.json configuration file.

New pages

New pages need to be registered in sidebars.json.

Start every page with a YAML front matter title definition. This title is displayed in the sidebar and at the top of the page.

---
title: Title of the page 
---

Start with level two ## heading and always increment headings by one level.

Images

Images are stored in the /docs/assets folder and must be referenced like this: assets/image.png. Don't use relative paths like ../assets/image.png as this breaks the versioning.

See the Docusaurus documentation for more information.

Preview changes

To preview changes, select the Next version from the versions page. A netlify preview is automatically created for every pull request.

About

Thinkwise Platform Documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.3%
  • CSS 13.7%