From 343faf72cf77df4c2246c0d704a75e32dbb5ee93 Mon Sep 17 00:00:00 2001 From: Ola Rubaj <52197250+olayway@users.noreply.github.com> Date: Thu, 22 Jun 2023 11:05:17 +0200 Subject: [PATCH] [site/content][s]: mv /howto to /howtos --- site/content/config.js | 2 +- site/content/howto/index.md | 12 ------------ site/content/{howto => howtos}/analytics.md | 0 site/content/{howto => howtos}/blog.md | 0 site/content/{howto => howtos}/comments.md | 0 site/content/{howto => howtos}/drd.md | 0 site/content/howtos/index.md | 12 ++++++++++++ site/content/{howto => howtos}/markdown.md | 0 site/content/{howto => howtos}/seo.md | 0 site/content/{howto => howtos}/sitemap.md | 0 10 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 site/content/howto/index.md rename site/content/{howto => howtos}/analytics.md (100%) rename site/content/{howto => howtos}/blog.md (100%) rename site/content/{howto => howtos}/comments.md (100%) rename site/content/{howto => howtos}/drd.md (100%) create mode 100644 site/content/howtos/index.md rename site/content/{howto => howtos}/markdown.md (100%) rename site/content/{howto => howtos}/seo.md (100%) rename site/content/{howto => howtos}/sitemap.md (100%) diff --git a/site/content/config.js b/site/content/config.js index d89f6610..497949b5 100644 --- a/site/content/config.js +++ b/site/content/config.js @@ -20,7 +20,7 @@ const config = { // { name: "Components", href: "/docs/components" }, { name: "Blog", href: "/blog" }, { name: "Showcases", href: "/#showcases" }, - { name: "Howtos", href: "/howto" }, + { name: "Howtos", href: "/howtos" }, { name: "Guide", href: "/guide" }, { name: "Examples", href: "https://github.com/datopian/portaljs/tree/main/examples", target: "_blank" }, { name: "Components", href: "https://storybook.portaljs.org", target: "_blank" }, diff --git a/site/content/howto/index.md b/site/content/howto/index.md deleted file mode 100644 index 33ff7721..00000000 --- a/site/content/howto/index.md +++ /dev/null @@ -1,12 +0,0 @@ -# Guides and tutorials - -- [[howto/analytics|How to add web analytics?]] -- [[howto/seo|How to customize page metadata for SEO?]] -- [[howto/sitemap|How to build a sitemap?]] -- [[howto/markdown|How to add markdown-based content pages?]] -- [[howto/blog|How to add a simple blog?]] -- [[howto/drd|How to create data-rich documents with charts and tables?]] -- [[howto/comments|How to add user comments?]] - -If you have questions about anything related to PortalJS, you're always welcome to ask our community on [GitHub Discussions](https://github.com/datopian/portaljs/discussions) or on [our chat channel on Discord](https://discord.gg/EeyfGrGu4U). - diff --git a/site/content/howto/analytics.md b/site/content/howtos/analytics.md similarity index 100% rename from site/content/howto/analytics.md rename to site/content/howtos/analytics.md diff --git a/site/content/howto/blog.md b/site/content/howtos/blog.md similarity index 100% rename from site/content/howto/blog.md rename to site/content/howtos/blog.md diff --git a/site/content/howto/comments.md b/site/content/howtos/comments.md similarity index 100% rename from site/content/howto/comments.md rename to site/content/howtos/comments.md diff --git a/site/content/howto/drd.md b/site/content/howtos/drd.md similarity index 100% rename from site/content/howto/drd.md rename to site/content/howtos/drd.md diff --git a/site/content/howtos/index.md b/site/content/howtos/index.md new file mode 100644 index 00000000..b5d16d1c --- /dev/null +++ b/site/content/howtos/index.md @@ -0,0 +1,12 @@ +# Guides and tutorials + +- [[howtos/analytics|How to add web analytics?]] +- [[howtos/seo|How to customize page metadata for SEO?]] +- [[howtos/sitemap|How to build a sitemap?]] +- [[howtos/markdown|How to add markdown-based content pages?]] +- [[howtos/blog|How to add a simple blog?]] +- [[howtos/drd|How to create data-rich documents with charts and tables?]] +- [[howtos/comments|How to add user comments?]] + +If you have questions about anything related to PortalJS, you're always welcome to ask our community on [GitHub Discussions](https://github.com/datopian/portaljs/discussions) or on [our chat channel on Discord](https://discord.gg/EeyfGrGu4U). + diff --git a/site/content/howto/markdown.md b/site/content/howtos/markdown.md similarity index 100% rename from site/content/howto/markdown.md rename to site/content/howtos/markdown.md diff --git a/site/content/howto/seo.md b/site/content/howtos/seo.md similarity index 100% rename from site/content/howto/seo.md rename to site/content/howtos/seo.md diff --git a/site/content/howto/sitemap.md b/site/content/howtos/sitemap.md similarity index 100% rename from site/content/howto/sitemap.md rename to site/content/howtos/sitemap.md