Skip to content

Commit fb7f91f

Browse files
authored
[website] Move 'Development Guide' to 'community' (#539)
1 parent f5e8928 commit fb7f91f

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ website/package-lock.json
3636
website/versioned_docs
3737
website/versioned_sidebars
3838
website/versions.json
39+
website/pnpm-lock.yaml
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "Development Guide",
3-
"position": 9
3+
"position": 4
44
}
File renamed without changes.
File renamed without changes.

website/docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ With built-in replication for fault tolerance, horizontal scalability, and advan
2424
- [Architecture](concepts/architecture.md): Learn about Fluss's architecture.
2525
- [Table Design](table-design/overview.md): Explore Fluss's table types, partitions and buckets.
2626
- [Lakehouse](streaming-lakehouse/overview.md): Integrate Fluss with your Lakehouse to bring low-latency data to your Lakehouse analytics.
27-
- [Development](dev/ide-setup.md): Set up your development environment and contribute to the community.
27+
- [Development](/community/dev/ide-setup): Set up your development environment and contribute to the community.

0 commit comments

Comments
 (0)