Skip to content
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: Migrate Docs to Docusaurus #481

Merged
merged 45 commits into from
Mar 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
cd9abb2
chore: change yarn to pnpm
adiati98 Jan 31, 2025
65ea8cd
feat: install docusaurus
adiati98 Jan 31, 2025
d885990
feat: add vc images to static/img folder
adiati98 Jan 31, 2025
0ca57d8
feat: update docusaurus.config.js with vc details
adiati98 Jan 31, 2025
93b6114
feat: duplicate README for docs
adiati98 Jan 31, 2025
1423b7d
fix: remove homepage and docs folder as routeBasePath
adiati98 Jan 31, 2025
72a96e9
fix: rename folders and files for consistency and fix path duplicatio…
adiati98 Jan 31, 2025
aa06d61
fix: rename add-coffee-table-group.md to guide-to-add-a-coffee-table-…
adiati98 Jan 31, 2025
3f8cd2c
fix: change tagline in docusaurus.config.js
adiati98 Jan 31, 2025
2d1166d
chore: move image from coffees to _assets folder
adiati98 Feb 1, 2025
d5cbbd2
feat: add front matters
adiati98 Feb 2, 2025
b9858a7
fix: internal and external links
adiati98 Feb 3, 2025
a332829
feat: escape curly braces
adiati98 Feb 3, 2025
e4c1c7b
fix: MDX compilation failed
adiati98 Feb 3, 2025
a54c217
merge main branch to feat/migrate-to-docusaurus
adiati98 Feb 3, 2025
10fea2a
merge main branch to feat/migrate-to-docusaurus branch
adiati98 Feb 4, 2025
de134ea
fix: link error in guide-to-feelings-friday.md
adiati98 Feb 4, 2025
d377dfc
feat: restructure folders and files
adiati98 Feb 4, 2025
776a9eb
feat: add sidebars
adiati98 Feb 4, 2025
a07a696
fix: rename sidebar_labels to fit the sidebar
adiati98 Feb 4, 2025
119a1a0
feat: rename add-an-event-to-cms.md to add-coffee-table-group.md
adiati98 Feb 5, 2025
c1c29c3
feat: rename cms folder to new-coffee-table-group
adiati98 Feb 5, 2025
df5c0de
feat: update sidebar
adiati98 Feb 5, 2025
5a93ed1
fix: links in README at the root
adiati98 Feb 5, 2025
6b91f0d
feat: comment out some items and restructure sidebars
adiati98 Feb 5, 2025
bc73e03
feat: replace github with docusaurus admonitions
adiati98 Feb 5, 2025
b0266e7
chore: remove table of contents
adiati98 Feb 5, 2025
68e38f1
fix: format in README of community-writers
adiati98 Feb 5, 2025
cde6877
feat: update navbar and footer
adiati98 Feb 5, 2025
411e646
feat: add more vc images to static/img
adiati98 Feb 6, 2025
9cf3ed0
fix: internal links
adiati98 Feb 6, 2025
49dfbbe
feat: add logo to navbar and footer
adiati98 Feb 6, 2025
f93af1d
feat: change editUrl to be dynamic
adiati98 Feb 6, 2025
c38a3fe
feat: add footer background color to dark footer
adiati98 Feb 6, 2025
87ddc39
chore: add netlify.toml
adiati98 Feb 6, 2025
94a06d4
feat: update baseUrl
adiati98 Feb 7, 2025
2338a06
fix: add semicolons
adiati98 Feb 7, 2025
429e88f
Merge branch 'main' of https://github.com/Virtual-Coffee/VC-Community…
adiati98 Feb 7, 2025
0913557
fix: heading levels and admonitions
adiati98 Feb 7, 2025
054a5d2
fix: restructure lightning talks sidebar
adiati98 Feb 7, 2025
467c822
fix: change github to docusaurus admonition
adiati98 Feb 7, 2025
9f70d8a
fix: change title from process docs to lunch & learn guidelines
adiati98 Feb 7, 2025
2e93db1
Prettified Code!
adiati98 Feb 7, 2025
41c897e
Resolve case sensitive sidebar issues
BekahHW Mar 19, 2025
3a6bdc6
Prettified Code!
BekahHW Mar 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
186 changes: 16 additions & 170 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,176 +1,22 @@
## START NODE IGNORE PATTERNS ##
# Logs
logs
*.log
npm-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# dotenv environment variables file
.env
.env.test

# Stores VSCode versions used for testing VSCode extensions
.vscode-test
## END NODE IGNORE PATTERNS ##

## START VSCODE IGNORE PATTERNS ##
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/
## END VSCODE IGNORE PATTERNS ##

## START SUBLIME IGNORE PATTERNS ##
# Cache files for Sublime Text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
# Dependencies
/node_modules

# Workspace files are user-specific
*.sublime-workspace
# Production
/build

# Project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using Sublime Text
*.sublime-project
# Generated files
.docusaurus
.cache-loader

# SFTP configuration file
sftp-config.json
sftp-config-alt*.json

# Package control specific files
Package Control.last-run
Package Control.ca-list
Package Control.ca-bundle
Package Control.system-ca-bundle
Package Control.cache/
Package Control.ca-certs/
Package Control.merged-ca-bundle
Package Control.user-ca-bundle
oscrypto-ca-bundle.crt
bh_unicode_properties.cache

# Sublime-github package stores a github token in this file
# https://packagecontrol.io/packages/sublime-github
GitHub.sublime-settings
## END SUBLIME IGNORE PATTERNS ##

## START LINUX IGNORE PATTERNS ##
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*
## END LINUX IGNORE PATTERNS ##

## START MACOS IGNORE PATTERNS ##
# General
# Misc
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon
.env.local
.env.development.local
.env.test.local
.env.production.local

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
## END MACOS IGNORE PATTERNS ##

## START WINDOWS IGNORE PATTERNS ##
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk
## END WINDOWS IGNORE PATTERNS ##
npm-debug.log*
yarn-debug.log*
yarn-error.log*

.idea
.idea
27 changes: 0 additions & 27 deletions VCHI/checklist.md

This file was deleted.

3 changes: 0 additions & 3 deletions VCHI/messages.md

This file was deleted.

7 changes: 0 additions & 7 deletions VCHI/notes for 2022.md

This file was deleted.

19 changes: 0 additions & 19 deletions coffee-table-groups/coffee-table-groups-coordinator.md

This file was deleted.

19 changes: 0 additions & 19 deletions coffee-table-groups/guides/guide-to-learning-cohorts.md

This file was deleted.

9 changes: 0 additions & 9 deletions coffee-table-groups/guides/guide-to-the-pack-hunt.md

This file was deleted.

33 changes: 0 additions & 33 deletions coffees/Notetakers/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions coffees/icebreaker-topics.md

This file was deleted.

21 changes: 0 additions & 21 deletions coffees/processes/scheduling.md

This file was deleted.

Loading