Skip to content

Commit dd66ec1

Browse files
authored
Merge pull request #518 from VividLemon/docs
docs: remove vuepress default text
2 parents 4c22025 + 2ccd832 commit dd66ec1

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

apps/docs/docs/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ tagline: Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript
77
actions:
88
- text: Get Started
99
link: /getting-started/
10-
features:
11-
- title: Simplicity First
12-
details: Minimal setup with markdown-centered project structure helps you focus on writing.
13-
- title: Vue-Powered
14-
details: Enjoy the dev experience of Vue + webpack, use Vue components in markdown, and develop custom themes with Vue.
15-
- title: Performant
16-
details: VitePress generates pre-rendered static HTML for each page, and runs as an SPA once a page is loaded.
10+
# features:
11+
# - title: Simplicity First
12+
# details: Minimal setup with markdown-centered project structure helps you focus on writing.
13+
# - title: Vue-Powered
14+
# details: Enjoy the dev experience of Vue + webpack, use Vue components in markdown, and develop custom themes with Vue.
15+
# - title: Performant
16+
# details: VitePress generates pre-rendered static HTML for each page, and runs as an SPA once a page is loaded.
1717
footer: MIT Licensed | Copyright © 2021-present Carlos Bonadeo
1818
---

apps/docs/docs/getting-started/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ yarn add bootstrap bootstrap-vue-3
5757

5858
```bash
5959
npm install bootstrap bootstrap-vue-3
60+
```
61+
62+
</CodeGroupItem>
63+
64+
<CodeGroupItem title="PNPM">
65+
66+
```bash
67+
pnpm add bootstrap bootstrap-vue-3
6068
```
6169

6270
</CodeGroupItem>
@@ -99,6 +107,14 @@ yarn add bootstrap bootstrap-vue-3
99107

100108
```bash
101109
npm install bootstrap bootstrap-vue-3
110+
```
111+
112+
</CodeGroupItem>
113+
114+
<CodeGroupItem title="PNPM">
115+
116+
```bash
117+
pnpm add bootstrap bootstrap-vue-3
102118
```
103119

104120
</CodeGroupItem>

0 commit comments

Comments
 (0)