Skip to content

Commit 172c1ab

Browse files
committed
Refined themes; Better theme card click UX; Theme docs template; Renamed hover classes to custom classes in theme builder
1 parent 0376592 commit 172c1ab

30 files changed

Lines changed: 203 additions & 507 deletions

apps/docs/src/config.ts

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -94,19 +94,20 @@ export const SIDEBAR: Sidebar = {
9494
link: "en/email-marketing/sequences",
9595
},
9696
],
97-
Pages: [
98-
{ text: "Introduction", link: "en/pages/introduction" },
99-
{ text: "Page Blocks", link: "en/pages/blocks" },
100-
{ text: "Edit page", link: "en/pages/edit" },
101-
{ text: "Header", link: "en/pages/header" },
102-
{ text: "Rich text", link: "en/pages/rich-text" },
103-
{ text: "Featured", link: "en/pages/featured" },
104-
{ text: "Banner", link: "en/pages/banner" },
105-
{ text: "Hero", link: "en/pages/hero" },
106-
{ text: "Grid", link: "en/pages/grid" },
107-
{ text: "Curriculum", link: "en/pages/curriculum" },
108-
{ text: "Newsletter signup", link: "en/pages/newsletter-signup" },
109-
{ text: "Footer", link: "en/pages/footer" },
97+
Website: [
98+
{ text: "Introduction", link: "en/website/introduction" },
99+
{ text: "Themes", link: "en/website/theme/introduction" },
100+
{ text: "Page Blocks", link: "en/website/blocks" },
101+
{ text: "Edit page", link: "en/website/edit" },
102+
{ text: "Header", link: "en/website/header" },
103+
{ text: "Rich text", link: "en/website/rich-text" },
104+
{ text: "Featured", link: "en/website/featured" },
105+
{ text: "Banner", link: "en/website/banner" },
106+
{ text: "Hero", link: "en/website/hero" },
107+
{ text: "Grid", link: "en/website/grid" },
108+
{ text: "Curriculum", link: "en/website/curriculum" },
109+
{ text: "Newsletter signup", link: "en/website/newsletter-signup" },
110+
{ text: "Footer", link: "en/website/footer" },
110111
],
111112
Blog: [
112113
{ text: "Introduction", link: "en/blog/introduction" },
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)