You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Knowledge record for project aloha uefi and drivers developing.
2
+
> Knowledge record of project aloha uefi and drivers development.
3
+
4
+
## Introduce
5
+
Click [here](https://aloha.firmware.icu/) to jump to our document page.
3
6
4
7
## How to write and add guide here?
5
8
### Repo Introduce
@@ -8,6 +11,7 @@ This repo uses ***VitePress*** to generate static pages.
8
11
+ / -> English Guides
9
12
+ /zh -> Simplified Chinese Guides
10
13
+ /.vitepress -> Site configure
14
+
+ /.vscode -> Vscode configuration
11
15
12
16
### Add a page
13
17
- Open .vitepress/[language].ts, like `en` or `zh`
@@ -16,7 +20,13 @@ This repo uses ***VitePress*** to generate static pages.
16
20
17
21
> [!TIP]
18
22
> If your page needs pictures or other small resources(less than 800KB), you can put it at `[GuideClass]/Resources/[NameOfYourGuide]/`
19
-
23
+
24
+
### Local debug
25
+
- Install nodejs and insure it's added in PATH.
26
+
- Clone this repo and open in vscode.
27
+
- Click `Run` in vscode.
28
+
Alternatively if you do not want to use vscode:
29
+
- Run `npm run docs:dev` at the root of this repo.
20
30
21
31
### For More
22
32
You can read [VitePress's Guides](https://vitepress.dev/guide/getting-started) if you want edit configurations here or want to use some speacial markdown feature provided by vitepress.
0 commit comments