From 21822a12722dc96d5f9ca7f7e7b55c6a9d308e12 Mon Sep 17 00:00:00 2001 From: Niamh Hennigan Date: Thu, 19 Dec 2024 13:15:08 +0000 Subject: [PATCH] move files under src so edit button works (#917) It was reported in issue #537 that the edit this page button did not work. Previous work was done to fix most pages but the about and community page were still affected. This PR fixes that functionality --- docs/canonicalk8s/about.md | 2 -- docs/canonicalk8s/community.md | 2 -- docs/canonicalk8s/index.md | 4 ++-- docs/src/about.md | 2 ++ docs/src/community.md | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 docs/canonicalk8s/about.md delete mode 100644 docs/canonicalk8s/community.md create mode 100644 docs/src/about.md create mode 100644 docs/src/community.md diff --git a/docs/canonicalk8s/about.md b/docs/canonicalk8s/about.md deleted file mode 100644 index 08309665a..000000000 --- a/docs/canonicalk8s/about.md +++ /dev/null @@ -1,2 +0,0 @@ -```{include} src/snap/explanation/about.md -``` \ No newline at end of file diff --git a/docs/canonicalk8s/community.md b/docs/canonicalk8s/community.md deleted file mode 100644 index 66b0a8c9d..000000000 --- a/docs/canonicalk8s/community.md +++ /dev/null @@ -1,2 +0,0 @@ -```{include} src/snap/reference/community.md -``` \ No newline at end of file diff --git a/docs/canonicalk8s/index.md b/docs/canonicalk8s/index.md index c2b6c7eae..85ceacce1 100644 --- a/docs/canonicalk8s/index.md +++ b/docs/canonicalk8s/index.md @@ -20,11 +20,11 @@ Home :titlesonly: :maxdepth: 6 -about.md +src/about.md Deploy from Snap package Deploy with Juju Deploy with Cluster API -Community +Community Release notes ``` diff --git a/docs/src/about.md b/docs/src/about.md new file mode 100644 index 000000000..a35d8cebc --- /dev/null +++ b/docs/src/about.md @@ -0,0 +1,2 @@ +```{include} /src/snap/explanation/about.md +``` diff --git a/docs/src/community.md b/docs/src/community.md new file mode 100644 index 000000000..1fd1850de --- /dev/null +++ b/docs/src/community.md @@ -0,0 +1,2 @@ +```{include} /src/snap/reference/community.md +```