Skip to content

Commit 0450649

Browse files
committed
docs: Fix some links
1 parent b057e3c commit 0450649

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

docsite/docs/FAQ.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

docsite/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const config: Config = {
129129
},
130130
{
131131
label: 'Usage',
132-
to: 'docs/Usage',
132+
to: 'docs/usage',
133133
}
134134
],
135135
},

docsite/src/pages/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,28 @@ Komodo Import is a small docker container that takes some user-provided configur
1919
Current functionality:
2020

2121
* [x] Generate TOML
22-
* [x] To Docker Logs
23-
* [x] To File
22+
* [x] [To Docker Logs](./docs/usage/overview#console)
23+
* [x] [To File](./docs/usage/overview#file)
2424
* [x] Generate Toml For...
2525
* [x] Stack
26-
* [x] "Files On Server" Stack types
26+
* [x] ["Files On Server"](./docs/usage/overview#files-on-server) Stack types
2727
* [ ] Git Repo
2828
* [x] Import directly with Komodo API
29-
* [x] Create/modify Resource Sync
29+
* [x] [Create/modify Resource Sync](./docs/usage/overview#api-sync)
3030
* [ ] Create/modify Stacks
3131
* [ ] Create/modify Deployments
3232

3333
## Quick Start
3434

35-
[See the **Quick Start Guide**](docs/quickstart)
35+
[See the **Quick Start Guide**](./docs/quickstart)
3636

3737
## Installation
3838

39-
[See the **Installation** documentation](docs/installation)
39+
[See the **Installation** documentation](./docs/installation)
4040

4141
## Usage
4242

43-
[See the **Usage** documentation](docs/usage)
43+
[See the **Usage** documentation](./docs/usage/overview)
4444

4545
## License
4646

0 commit comments

Comments
 (0)