Published online at https://docs.calitp.org
This is Cal-ITP's GitHub Pages organization repository, served under a custom domain using a CNAME file.
This site is the root of Cal-ITP's GitHub Pages project sites - the repositories that have GitHub Pages enabled.
These sites are automatically available at https://docs.calitp.org/repo-name
.
To create a simple Markdown-based documentation site, see our instructions at https://docs.calitp.org/mkdocs-template.
This repository includes a devcontainer
configuration.
- Open the repository in VS Code
- Bring up the command palette; enter
Remote-Containers:
- Make a selection:
- If the first time, or you want to start over, choose
Rebuild and Reopen in Container
- Otherwise, choose
Reopen in Container
- If the first time, or you want to start over, choose
- Once the container is running, bring up the command palette; enter
Tasks:
- Choose
Run Task
; selectServe
- Browse to http://localhost4000 in a browser to see the site
- Edit files in VS Code and see the browser refresh with new content