-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add table of content on the home page, remove read docs link (r…
…eplace with TOC)
- Loading branch information
Showing
3 changed files
with
104 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
id: table_of_content | ||
slug: /tableofcontent | ||
title: Table of Content | ||
description: A table of content for the home page | ||
--- | ||
|
||
## Table of Contents | ||
|
||
- [Introduction](./docs) | ||
- [Quick Start](./docs/quick_start) | ||
- [Prerequisites](./docs/prerequisites) | ||
- Project Organization | ||
- [Directory Structure](./docs/directory_structure) | ||
- [NPM Scripts](./docs/npm_scripts) | ||
- [Environment Variables](./docs/environment_variables) | ||
- [Continuous Integration / Deployment](./docs/ci_cd) | ||
- Deployment | ||
- [Local Application](./docs/local_application) | ||
- [Firebase](./docs/firebase) | ||
- [PsiTurk](./docs/psiturk) | ||
- [GitHub Pages](./docs/gh_pages) | ||
- External Tools | ||
- [Event Triggers](./docs/event_triggers) | ||
- [Prolific](./docs/prolific) | ||
- Further Reading | ||
- [Github Discussions](./docs/github_discussions) | ||
- [Version Control](./docs/version_control) | ||
- [JavaScript](./docs/javascript) | ||
- [Trouble Shooting](./docs/troubleshooting) |