From 86091396c457a8127e7dfe53c3050765ad5d7b3b Mon Sep 17 00:00:00 2001 From: YR Chen Date: Tue, 29 Oct 2024 12:14:05 +0800 Subject: [PATCH] fix(web): remove hash routes in documentation --- doc/getting-started.md | 4 ++-- web/src/pages/Home.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index 3656f91f..857f2a52 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -48,10 +48,10 @@ docatl push docs.zip awesome-project 1.0.0 --host http://localhost:8000 Any file type can be uploaded. To view an uploaded pdf, specify it's full path: -`http://localhost:8000/#/awesome-project/1.0.0/my_awesome.pdf` +`http://localhost:8000/awesome-project/1.0.0/my_awesome.pdf` You can also manually upload your documentation. -A very simple web form can be found under [upload](#/upload). +A very simple web form can be found under [upload](/upload). #### Tag documentation diff --git a/web/src/pages/Home.tsx b/web/src/pages/Home.tsx index 4a56fd44..5c046279 100644 --- a/web/src/pages/Home.tsx +++ b/web/src/pages/Home.tsx @@ -99,7 +99,7 @@ export default function Home(): JSX.Element { @@ -108,7 +108,7 @@ export default function Home(): JSX.Element { @@ -117,7 +117,7 @@ export default function Home(): JSX.Element {