https://github.com/govtechsg/techbiz-documentation
Techpay User Docs
https://github.com/govtechsg/techbiz-documentation
Last synced: 3 months ago
JSON representation
Techpay User Docs
- Host: GitHub
- URL: https://github.com/govtechsg/techbiz-documentation
- Owner: GovTechSG
- Created: 2021-02-16T03:16:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-02-10T08:31:12.000Z (4 months ago)
- Last Synced: 2026-02-10T13:55:57.159Z (4 months ago)
- Language: HTML
- Size: 57.1 MB
- Stars: 0
- Watchers: 20
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: support-request.md
Awesome Lists containing this project
README
# TechBiz User Doc Repository
This is a documentation repository for TechBiz, written for Documentation Portal, using [docsify](https://docsify.js.org/#/). You can find out what docsify or markdown extensions are supported [here](https://stg.docs.developer.gov.sg/docs/public/238425294/doc-portal-publisher-guide/#/).
> The repository is currently in active development and contents will change rapidly.
## 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](docs/_sidebar.md) so that it will show up when the webpage is rendered.
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`
- Download this repository via `git clone`
- Run `docsify serve .`
### Syntax Highlighting
The repository has been pre-configured to pull in the default Developer Portal's styling for Documentations. (See [index.html](./index.html))
## Web Hosting
By default, once you commit and push any changes into github, the contents will be updated automatically.
## Contributing
Please fork the repository, make your changes and submit a Pull Request.