Skip to content

Commit

Permalink
correct table of contents spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
YUUU23 committed Jul 12, 2024
1 parent 2431bb4 commit 6ddb7ca
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
justify-self: center;
margin: 1.5vh 0;
padding: 0;

> ul {
display: inline-block;
text-align: center;
Expand All @@ -70,4 +70,3 @@
}
}
}

30 changes: 30 additions & 0 deletions table_of_contents.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
id: table_of_contents
slug: /tableofcontents
title: Table of Contents
description: A table of contents 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)

0 comments on commit 6ddb7ca

Please sign in to comment.