Update documentation paths for consistency and clarity

This commit is contained in:
Simon Larsen
2024-09-18 20:56:04 +01:00
parent 10878547ff
commit 5776e5d734
4 changed files with 7 additions and 7 deletions

View File

@@ -2,5 +2,5 @@
Copilot is a tool that helps you improve your codebase automatically.
Please refer to the [official documentation](/App/FeatureSet/Docs/Content/copilot) for more information.
Please refer to the [official documentation](/Docs/Content/copilot) for more information.

View File

@@ -1,3 +1,3 @@
export const ViewsPath: string = "/usr/src/app/FeatureSet/Docs/Views";
export const StaticPath: string = "/usr/src/app/FeatureSet/Docs/Static";
export const ContentPath: string = "/usr/src/app/FeatureSet/Docs/Content";
export const ViewsPath: string = "/usr/src/app/Views";
export const StaticPath: string = "/usr/src/app/Static";
export const ContentPath: string = "/usr/src/app/Content";

View File

@@ -12,7 +12,7 @@
<div>Everything we do at OneUptime is 100% open-source. You can contribute and improve this post <a class="underline"
target="_blank"
href="https://github.com/OneUptime/oneuptime/tree/master/App/FeatureSet/Docs/Content/<%- githubPath -%>.md">here.</a></div>
href="https://github.com/OneUptime/oneuptime/tree/master/Docs/Content/<%- githubPath -%>.md">here.</a></div>
</div>
</div>

View File

@@ -69,8 +69,8 @@ If you need advanced features, such as API Access, Advanced Workflows, or Advanc
## Installation
- [Install on Kubernetes with Helm](https://artifacthub.io/packages/helm/oneuptime/oneuptime) (recommended for production)
- [Install with Docker Compose](/App/FeatureSet/Docs/Content/installation/docker-compose.md) (hobby install, not recommended for production)
- [Install for Local Development](App/FeatureSet/Docs/Content/installation/local-development.md)
- [Install with Docker Compose](/Docs/Content/installation/docker-compose.md) (hobby install, not recommended for production)
- [Install for Local Development](/Docs/Content/installation/local-development.md)
## Philosophy