Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

skryv/external-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 

Repository files navigation

External Documentation

This repository contains the documentation for external use. status 2020-01-30: Proof of Concept to see if we want to go the direction of git/markdown/custom rendering

Looking to consult the documentation?

Simply go to the documentation start page :)

Looking to edit the documentation?

Writing markdown in git allows us to have a versioned documentation base that can be used in various forms (e.g. the view in github, but also the rendering in our website style as well as integration in whitelabeled distributions of our platform)

Getting started with MarkDown

Have a look at this cheatsheet to get a grip on markdown.

Editing markdown is easy in Visual Studio Code, simply give the file an extension .md and it will be recognised as Markdown and activate markdown support, also allowing you to have the preview.

There are quite a bit shortcuts available (e.g. to make selected text bold, to add a link to selected text, ...)

A few common questions

How to add an image?

Add the image file to the folder _media_ In the page you want to use the image, add ![Image](. Once you have the bracket open, VSC will provide you with a drop down to the available files (incl. images). Pick the one you want to show.

To easily create consistent browser screenshots, there is a automated service available for Mac. Have a look here how it works and contact Toon for more info.

How to add content from Confluence?

There is a plugin active on our confluence that exports the page as markdown. From a page, click the ... and select Export to Markdown in the drop-down menu. Copy the file content in VCS for further editing.

TODO's

[] limit the width of the page content (now taking the full width, readability not being top)

About

Repository for our external documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8

Languages