Skip to content

Commit b99fb4c

Browse files
committed
clean up page locations and broken links
Signed-off-by: Avi Deitcher <avi@deitcher.net>
1 parent 38c8101 commit b99fb4c

4 files changed

Lines changed: 17 additions & 2 deletions

File tree

docs/clowder/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ it runs best when dedicated chips, such as GPUs, TPUs, or other accelerators, ar
1616
* [Architecture](./architecture.mdx)
1717
* [Core Concepts](./concepts.md)
1818
* [Requirements](./requirements.md)
19-
* [Quick Start](./quickstart/intro.md)
19+
* [Quick Start](/docs/quickstart/)
2020
* [Fine-Tuning](./fine-tuning.md)

docs/community/intro.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,17 @@ sidebar_position: 1
55
---
66

77
Welcome to the Clowder community!
8+
9+
First, we want to thank you for your interest in Clowder. We are excited to have you here and look forward to your contributions.
10+
11+
## Join the Community
12+
We have several ways for you to get involved and stay connected with the Clowder community:
13+
14+
First, join our Discord server, where you can chat with other community members, ask questions, and get help with Clowder.
15+
16+
Use [this invite link](https://discord.com/invite/WNKvkefkUs').
17+
18+
Second, you can follow us on [X](https://x.com/aifoundryorg) and [LinkedIn](https://www.linkedin.com/company/aifoundry-org) for
19+
updates and news.
20+
21+
Finally, look for questions and discussions on [Stack Overflow](https://stackoverflow.com/questions/tagged/clowder) using the `clowder` tag. This is a great place to ask questions and find answers from other Clowder users.

docs/quickstart/intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
id: quickstart
3+
slug: /quickstart
34
title: Quick Start
45
sidebar_position: 1
56
---

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const config = {
128128
},
129129
{
130130
label: 'LinkedIn',
131-
href: 'https://www.linkedin.com/company/aifoundry-org',
131+
href: 'https://www.linkedin.com/company/clowder',
132132
},
133133
{
134134
label: 'X',

0 commit comments

Comments
 (0)