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