| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This directory contains the documentation site for TypeAgent.
Install dependencies:
cd docs
npm installStart the development server:
npm startOpen your browser and navigate to http://localhost:8080
docs/ ├── _data/ # Global data files │ ├── navigation.js # Navigation structure │ └── site.json # Site metadata ├── _includes/ # Layout templates │ ├── base.njk # Base layout │ └── docs.njk # Documentation layout ├── assets/ # Static assets │ └── css/ │ └── style.css # CSS styles ├── content/ # Markdown content │ ├── index.md # Homepage/Documentation index │ └── ... # Other documentation pages ├── .eleventy.js # Eleventy configuration ├── .gitignore # Git ignore file └── package.json # Node.js dependencies
To build the site:
cd docs
npm run buildThe built site will be in the docs/_site directory.
The site is automatically deployed to GitHub Pages when changes are pushed to the main branch. The deployment is handled by GitHub Actions.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.
| Back | FazBrowse Home | New Git URL |