-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add table of content on the home page, remove read docs link (r… #141
Merged
Merged
Changes from 6 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
024d692
feat: add table of content on the home page, remove read docs link (r…
YUUU23 5313873
feat: add table of content on the home page, remove read docs link (r…
YUUU23 02c3143
Merge branch 'add-table-content' of https://github.com/brown-ccv/hone…
YUUU23 8535ef6
Merge branch 'main' into add-table-content
YUUU23 134b689
combine nesting in css
YUUU23 2edd8f6
nest css TOC content
YUUU23 2431bb4
Merge branch 'main' into add-table-content
YUUU23 6ddb7ca
correct table of contents spelling
YUUU23 eebf5cc
refactor: change table of contents to components and move style to it…
YUUU23 facda17
remove extra toc mdx
YUUU23 a207839
nesting css
YUUU23 76a8741
revert back to original styling format without nesting
YUUU23 ab8c63a
Update components/TableOfContents.jsx
YUUU23 04fafc4
rm mdx toc
YUUU23 3797b0d
style: 2 columns for TOC
YUUU23 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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) |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you rename these to be plural, e.g. "Table of Contents"