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
- Commercial offering with additional enterprise features
24
+
- Builds upon Calico Open Source functionality
25
+
26
+
3.**Calico Cloud** (`calico-cloud/` directory)
27
+
- SaaS derivative of Calico Enterprise
28
+
- Managed service offering hosted by Tigera
29
+
30
+
### Feature Flow and Relationships
31
+
-**Feature Flow**: New features typically flow from Open Source → Enterprise → Cloud
32
+
-**Exception**: The `calicoctl` command-line tool is **not used** with Calico Cloud
33
+
-**Documentation Impact**: When documenting new OSS features, they should also be added to `calico-enterprise/` and `calico-cloud/` directories (unless specifically excluded like calicoctl)
34
+
35
+
### Versioned vs Unversioned Documentation Structure
36
+
The repository contains both versioned and unversioned documentation **on the same `main` branch**:
@@ -56,13 +128,16 @@ make build CONTAINERIZED=true
56
128
make serve CONTAINERIZED=true
57
129
```
58
130
59
-
### Special Development Modes
131
+
### Next Version Development (Unversioned Docs)
60
132
```bash
61
-
# Build with unreleased documentation versions
62
-
make serve-next # Quick start with next versions
133
+
# Development with unreleased "next" documentation versions
134
+
make start-next # Start dev server with next versions
135
+
make serve-next # Quick build and serve next versions
63
136
make build-next && make serve # Full build with next versions
64
137
```
65
138
139
+
These commands build the unversioned documentation (from `calico/`, `calico-enterprise/`, `calico-cloud/` directories) rather than the versioned releases. Use these when working on new features or documentation for the next release.
0 commit comments