docs: quickstart, guides overview (#2524)

* fix: components, styles

* col component

* list components, change contents

* fix link
This commit is contained in:
Max Peintner
2021-10-18 21:37:29 +02:00
committed by GitHub
parent 25c009ad0a
commit 13d0a9754c
30 changed files with 578 additions and 33 deletions

View File

@@ -21,7 +21,7 @@ module.exports = {
{
type: 'doc',
label: 'Guides',
docId: 'guides/introduction',
docId: 'guides/overview',
position: 'left',
},
{
@@ -148,4 +148,7 @@ module.exports = {
],
require.resolve('plugin-image-zoom'),
],
stylesheets: [
"https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css"
]
};