From 6b97e3a128aa53e1882304e5f1a712b5f51274bf Mon Sep 17 00:00:00 2001 From: Gurpranked <93165798+Gurpranked@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:57:12 -0400 Subject: [PATCH 1/2] Adding files for Website docs to pull from Initial changes for maintaining documentation markdown files in project source code instead of the website source code. --- docs/unipath/_category_.json | 7 +++++++ docs/unipath/intro.md | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 docs/unipath/_category_.json create mode 100644 docs/unipath/intro.md diff --git a/docs/unipath/_category_.json b/docs/unipath/_category_.json new file mode 100644 index 0000000..7a261b9 --- /dev/null +++ b/docs/unipath/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "UniPath.io", + "position": 2, + "link": { + "type": "generated-index" + } +} \ No newline at end of file diff --git a/docs/unipath/intro.md b/docs/unipath/intro.md new file mode 100644 index 0000000..3cc176f --- /dev/null +++ b/docs/unipath/intro.md @@ -0,0 +1,7 @@ +--- +sidebar_position: 1 +--- + +# Getting Started + +*To be updated...* From 40199ea03df961b5e2798f27c4e825ca7670765d Mon Sep 17 00:00:00 2001 From: Gurpranked Date: Mon, 8 Jul 2024 12:02:47 -0400 Subject: [PATCH 2/2] fix: move into different folder --- docs/{ => web_docs}/unipath/_category_.json | 12 ++++++------ docs/{ => web_docs}/unipath/intro.md | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) rename docs/{ => web_docs}/unipath/_category_.json (94%) rename docs/{ => web_docs}/unipath/intro.md (90%) diff --git a/docs/unipath/_category_.json b/docs/web_docs/unipath/_category_.json similarity index 94% rename from docs/unipath/_category_.json rename to docs/web_docs/unipath/_category_.json index 7a261b9..64c30f8 100644 --- a/docs/unipath/_category_.json +++ b/docs/web_docs/unipath/_category_.json @@ -1,7 +1,7 @@ -{ - "label": "UniPath.io", - "position": 2, - "link": { - "type": "generated-index" - } +{ + "label": "UniPath.io", + "position": 2, + "link": { + "type": "generated-index" + } } \ No newline at end of file diff --git a/docs/unipath/intro.md b/docs/web_docs/unipath/intro.md similarity index 90% rename from docs/unipath/intro.md rename to docs/web_docs/unipath/intro.md index 3cc176f..5f0c227 100644 --- a/docs/unipath/intro.md +++ b/docs/web_docs/unipath/intro.md @@ -1,7 +1,7 @@ ---- -sidebar_position: 1 ---- - -# Getting Started - -*To be updated...* +--- +sidebar_position: 1 +--- + +# Getting Started + +*To be updated...*