Skip to content

Commit

Permalink
feat: update getting-started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoleeoak committed May 12, 2024
1 parent 7d029d6 commit 10e30f9
Show file tree
Hide file tree
Showing 15 changed files with 167 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default defineConfig({
link: 'https://github.com/skkuding/next/blob/main/CONTRIBUTING.md'
},
{
text: 'API 문서',
text: 'API 문서 (Bruno)',
link: '/dev/intro/bruno'
}
]
Expand Down
7 changes: 3 additions & 4 deletions .vitepress/theme/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import type { Theme } from 'vitepress'
import DefaultTheme from 'vitepress/theme'
import './vars.css'

export default {
// root component to wrap each page
...DefaultTheme,

extends: DefaultTheme,
enhanceApp({ app, router, siteData }) {
// app is the Vue 3 app instance from `createApp()`.
// router is VitePress' custom router. `siteData` is
// a `ref` of current site-level metadata.
}
}
} satisfies Theme
Binary file removed dev/intro/assets/backend-preview.png
Binary file not shown.
Binary file removed dev/intro/assets/frontend-preview.png
Binary file not shown.
Binary file modified dev/intro/assets/git-clone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dev/intro/assets/gitpod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/intro/assets/new-wsl-window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dev/intro/assets/open-codespaces.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed dev/intro/assets/remote-containers.png
Binary file not shown.
Binary file removed dev/intro/assets/remote-wsl.png
Binary file not shown.
Binary file modified dev/intro/assets/reopen-in-container.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dev/intro/assets/vscode-dev-containers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed dev/intro/assets/vscode-download.png
Binary file not shown.
Binary file added dev/intro/assets/vscode-wsl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
254 changes: 163 additions & 91 deletions dev/intro/getting-started.md

Large diffs are not rendered by default.

0 comments on commit 10e30f9

Please sign in to comment.