Skip to content

Commit f100d42

Browse files
committed
add 'under contruction' warnings and remove from sidebars
1 parent 3d7fb7a commit f100d42

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

docs/develop/dynamic-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Dynamic Content
55
---
66

77
:::warning
8-
Under construction, set for major revisions to incorporate content from manifests, rout, and host your website pages
8+
Under construction, set for major revisions.
99
:::
1010

1111

docs/develop/manifests.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ sidebar_label: Manifests ("Virtual Filesystem")
77
import Tabs from '@theme/Tabs';
88
import TabItem from '@theme/TabItem';
99

10+
:::warning
11+
Under construction, set for major revisions.
12+
:::
13+
14+
1015
Bee nodes — and tools like `bee-js` and `swarm-cli` — let you upload entire folders of files to Swarm.
1116

1217
Swarm doesn’t have a traditional file system like your computer does. Instead, when uploading a collection of files, it uses something called a **manifest**, which acts like a map between relative file paths (like `/images/cat.jpg`) and the actual content stored on Swarm.

docs/develop/routing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ import TabItem from '@theme/TabItem';
88

99
## Routing on Swarm
1010

11+
:::warning
12+
Under construction, set for major revisions.
13+
:::
14+
1115
Swarm does not behave like a traditional web server — there is **no server-side routing**, and every route must correspond to a real file inside the site [manifest](/docs/develop/manifests).
1216

1317
If you try to use typical "clean URLs" like:

sidebars.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ module.exports = {
9090
'develop/introduction',
9191
'develop/upload-and-download',
9292
'develop/host-your-website',
93-
'develop/manifests',
94-
'develop/routing',
93+
// 'develop/manifests',
94+
// 'develop/routing',
9595
// 'develop/dynamic-content',
9696
'develop/act',
9797
],

0 commit comments

Comments
 (0)