You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Gitpod](https://gitpod.io/#https://github.com/solidjs/solid-docs), or
73
+
[StackBlitz](https://stackblitz.com/github/solidjs/solid-docs). These are
74
74
the quickest and easiest way to browse and edit the project files and run the
75
75
site locally.
76
76
77
-
The app uses [pnpm](https://pnpm.io) as the package manager and it runs on Node.js `v18+`.
77
+
The app uses [pnpm](https://pnpm.io) as the package manager and it runs on Node.js `v22+`.
78
78
79
79
Install dependencies:
80
80
@@ -90,9 +90,7 @@ pnpm dev
90
90
91
91
This will start your the app at [localhost:3000](http://localhost:3000) or the next available port.
92
92
93
-
### Collections and virtual modules
93
+
### Framework and Theme
94
94
95
-
The builds an [Astro](https://docs.astro.build/en/guides/content-collections/) inspired collection navigation, it will bring all routes and generate a couple of files at `/.solid`.
96
-
These files are exposed to your app via [Vite virtual modules](https://vitejs.dev/guide/api-plugin#virtual-modules-convention). This task is perform via our `sync` script (`pnpm sync`), ran before every build.
97
-
98
-
If changes are made to the navigation (new entry, or repositioning entry), it is necessary to restart the server for changes to take effect.
95
+
The docs are built on [SolidBase](https://solidbase.dev) and uses the [Osmium Theme](./osmium).
96
+
This repo should only contain content as mdx files, features should be implemented upstream and UI changes in the theme.
0 commit comments