Skip to content

Commit

Permalink
Add boilerplate for git instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Huang committed May 14, 2024
1 parent d9621c9 commit c0519c7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ export default defineConfig({
{
text: 'Core',
items: [
{
text: 'Git',
link: '/git/'
},
{
text: 'Command line',
link: '/command-line/'
Expand Down Expand Up @@ -94,6 +98,7 @@ export default defineConfig({
],

sidebar: {
'/git/': sidebars.git,
'/bash/': sidebars.bash,
'/express/': sidebars.express,
'/html-css/': sidebars.htmlCss,
Expand Down
4 changes: 4 additions & 0 deletions .vitepress/sidebars/git.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export const git = [

]

1 change: 1 addition & 0 deletions .vitepress/sidebars/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export { express } from './express.js'
export { htmlCss } from './html-css.js'
export { javascript } from './javascript.js'
export { sql } from './sql.js'
export { git } from './git.js'
Empty file added src/git/index.md
Empty file.

0 comments on commit c0519c7

Please sign in to comment.