mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
feat(docs): add sidebar link icons, start info page, continue Builder
This commit is contained in:
parent
a7d2c87367
commit
3727d60786
6 changed files with 83 additions and 15 deletions
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Builder
|
||||
description: Customize your CKAN installation before running ckan-devstaller.
|
||||
icon: Blocks
|
||||
---
|
||||
|
||||
import Builder from "@/components/builder";
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Quick Start
|
||||
description: Get started with ckan-devstaller and install CKAN within minutes.
|
||||
icon: Zap
|
||||
---
|
||||
|
||||
ckan-devstaller attempts to install a CKAN instance from source along with [ckan-compose](https://github.com/tino097/ckan-compose) and other optional features, intended for development use in a new Ubuntu 22.04 instance.
|
||||
|
|
|
|||
3
docs/content/docs/meta.json
Normal file
3
docs/content/docs/meta.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"pages": ["---Introduction---", "index", "what-is-ckan-devstaller", "builder", "---Further reading---", "tutorials", "reference"]
|
||||
}
|
||||
19
docs/content/docs/what-is-ckan-devstaller.mdx
Normal file
19
docs/content/docs/what-is-ckan-devstaller.mdx
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: What is ckan-devstaller?
|
||||
description: Learn about why ckan-devstaller was built and how it may help you.
|
||||
icon: CircleQuestionMark
|
||||
---
|
||||
|
||||
TODO: Improve this page.
|
||||
|
||||
## Introduction
|
||||
|
||||
Description
|
||||
|
||||
Cards
|
||||
|
||||
## Who is ckan-devstaller for
|
||||
|
||||
## How can I use ckan-devstaller
|
||||
|
||||
## Learn more
|
||||
Loading…
Add table
Add a link
Reference in a new issue