Skip to content

sg-developer-portal/techpass-user-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TechPass User Doc Repository

This is a documentation repository for TechPass.

The repository is currently in active development and contents will change rapidly.

Contributing

Please create a new branch or fork the repository, make your changes and submit a PR.

For instructions on how to use docsify, please consult docsify documentation.

File Structure

All markdown files should live within the /docs folder. Each main section should be a separate markdown file by itself. If you have added a new main section, you should also update _sidebar.md so that it will show up when the webpage is rendered.

If you are unclear whether to start a new section, it ok. Just put the content down somewhere and someone will housekeep them eventually. The most important thing is to churn out the content.

All non-markdown files (i.e. images and sample code files) should live within the assets subfolder.

Running Locally

Setting Up

  • Install docsify cli npm -g install docsify-cli
  • Git pull this repository
  • Run docsify serve .

Customised Styling

By default, docsify renders the markdown using pre-defined docsify themes. If you want to customise the themes, docsify-themeable provides a comprehensive list of CSS properties that you can overwrite.

Syntax Highlighting

By default, docsify renders CSS, Javascript and HTML. If you require syntax highlighting for other languages, please refer to this section.

Web Hosting

The documentation will be hosted on https://dev.docs.developer.gov.sg.

About

User Documentation for TechPass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages