Skip to content

Commit

Permalink
Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Sep 3, 2024
1 parent 35596fb commit 39f8a06
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 933 deletions.
14 changes: 9 additions & 5 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,23 @@ export default defineConfig({
sidebar: [
{
text: "Intro",
link: "guide",
link: "/guide/index/",
},
{
text: "Setup",
link: "/guide/setup/",
},
{
text: "Rails",
items: [
{ text: "Installation", link: "guide/rails/installation" },
{ text: "Views", link: "guide/rails/views" },
{ text: "Components" },
{ text: "Layouts" },
{ text: "Helpers" },
{ text: "Generators" },
{ text: "Migrating to Phlex" },
],
},
{
text: "HTML",
collapsed: false,
items: [
{ text: "Introduction" },
{ text: "Elements" },
Expand All @@ -39,6 +40,7 @@ export default defineConfig({
},
{
text: "SVG",
collapsed: false,
items: [
{ text: "Introduction" },
{ text: "Elements" },
Expand All @@ -47,9 +49,11 @@ export default defineConfig({
},
{
text: "CSV",
collapsed: false,
items: [{ text: "Introduction" }, { text: "CSV Injection" }],
},
],

socialLinks: [
{ icon: "github", link: "https://github.com/phlex-ruby" },
{ icon: "discord", link: "https://discord.gg/p7C9SWS8Sa" },
Expand Down
7 changes: 7 additions & 0 deletions .zed/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"languages": {
"Ruby": {
"hard_tabs": false
}
}
}
Loading

0 comments on commit 39f8a06

Please sign in to comment.