From 6ddb7ca08eb31248dbe52e4dcf73b0f88ec2635a Mon Sep 17 00:00:00 2001 From: YUUU23 Date: Fri, 12 Jul 2024 13:30:55 -0500 Subject: [PATCH] correct table of contents spelling --- src/pages/styles.module.css | 3 +-- table_of_contents.mdx | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 table_of_contents.mdx diff --git a/src/pages/styles.module.css b/src/pages/styles.module.css index 6be70a79..a9eefe12 100644 --- a/src/pages/styles.module.css +++ b/src/pages/styles.module.css @@ -48,7 +48,7 @@ justify-self: center; margin: 1.5vh 0; padding: 0; - + > ul { display: inline-block; text-align: center; @@ -70,4 +70,3 @@ } } } - diff --git a/table_of_contents.mdx b/table_of_contents.mdx new file mode 100644 index 00000000..916839ce --- /dev/null +++ b/table_of_contents.mdx @@ -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)