We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f5636 commit 2a449abCopy full SHA for 2a449ab
docs/components/footer.vue
@@ -12,7 +12,7 @@
12
<h5 class="bd-text-purple-bright mb-1">Documentation</h5>
13
<ul class="list-unstyled ml-3">
14
<li><b-link to="/" exact>Home</b-link></li>
15
- <li><b-link to="/docs" exact>Getting started</b-link></li>
+ <li><b-link to="/docs" exact>Getting Started</b-link></li>
16
<li><b-link to="/docs/components" exact>Components</b-link></li>
17
<li><b-link to="/docs/directives" exact>Directives</b-link></li>
18
<li><b-link to="/docs/icons" exact>Icons</b-link></li>
docs/content.js
@@ -31,7 +31,7 @@ export const reference = importAll(referenceContext)
31
32
export const nav = [
33
{
34
- title: 'Getting started',
+ title: 'Getting Started',
35
base: '',
36
exact: true
37
},
0 commit comments