diff --git a/docs/docs/hardware/community.md b/docs/docs/hardware/community.md new file mode 100644 index 000000000..6030f0eb5 --- /dev/null +++ b/docs/docs/hardware/community.md @@ -0,0 +1,9 @@ +--- +title: Community Examples +--- + +Add your own examples to this page by creating a new file in the `docs/docs/hardware/examples` directory. The file name should be the same as your username, followed by a dash, followed by the hardware form-factor. For example, `3090x1-%40dan-jan.md` would be the file name for a single 3090 GPU in a desktop form-factor. + +``` +@username: hardware form-factor +``` \ No newline at end of file diff --git a/docs/docs/hardware/examples/3090x1-@dan-jan.md b/docs/docs/hardware/examples/3090x1-@dan-jan.md index 3d9f6ff0f..58400c21a 100644 --- a/docs/docs/hardware/examples/3090x1-@dan-jan.md +++ b/docs/docs/hardware/examples/3090x1-@dan-jan.md @@ -1,3 +1,3 @@ --- -title: $25,000 +title: "@Dan: 3090 Desktop" --- \ No newline at end of file diff --git a/docs/docs/hardware/examples/4090x2-@dan-jan.md b/docs/docs/hardware/examples/4090x2-@dan-jan.md index 3c307c6da..318e48e17 100644 --- a/docs/docs/hardware/examples/4090x2-@dan-jan.md +++ b/docs/docs/hardware/examples/4090x2-@dan-jan.md @@ -1,3 +1,3 @@ --- -title: $50,000 +title: "@Jan: 2 x 4090 Workstation" --- \ No newline at end of file diff --git a/docs/docs/hardware/examples/examples.md b/docs/docs/hardware/examples/examples.md deleted file mode 100644 index c0f60feb2..000000000 --- a/docs/docs/hardware/examples/examples.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: Enterprise-grade AI Hardware ---- \ No newline at end of file diff --git a/docs/sidebars.js b/docs/sidebars.js index 78ad30d25..6c1377d82 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -182,7 +182,7 @@ const sidebars = { label: "Community Examples", collapsible: true, collapsed: true, - link: { type: "doc", id: "hardware/examples/examples" }, + link: { type: "doc", id: "hardware/community" }, items: [ { type: "autogenerated",