mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Update documentation paths for consistency and clarity
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user