Skip to content

Commit 2d45af9

Browse files
devin-ai-integration[bot]kenny
andcommitted
docs: use same base URL and plant-themed sub-paths in example
Co-Authored-By: kenny <kenny@buildwithfern.com>
1 parent 5abd443 commit 2d45af9

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

fern/products/docs/pages/preview-publish/multi-source.mdx

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ A recommended pattern is to use four separate `fern/` projects — one for the h
107107
<Tabs>
108108
<Tab title="Homepage">
109109
```yaml Homepage — docs.yml
110-
global-theme: acme-theme
110+
global-theme: plantstore-theme
111111
112112
instances:
113-
- url: acme.docs.buildwithfern.com
114-
custom-domain: docs.acme.com
113+
- url: plantstore.docs.buildwithfern.com
114+
custom-domain: docs.plantstore.com
115115
multi-source: true
116116
117117
navigation:
@@ -123,25 +123,25 @@ The homepage `home.mdx` can use cards to direct users to each team's docs:
123123

124124
```jsx home.mdx
125125
<CardGroup>
126-
<Card title="AI Performance" icon="fa-regular fa-gauge" href="https://docs.acme.com/aiperf">
127-
Benchmarking and optimization tools.
126+
<Card title="Seeds" icon="fa-regular fa-seedling" href="https://docs.plantstore.com/seeds">
127+
Seed catalog and germination guides.
128128
</Card>
129-
<Card title="AI Store" icon="fa-regular fa-store" href="https://docs.acme.com/aistore">
130-
Model marketplace and deployment.
129+
<Card title="Greenhouses" icon="fa-regular fa-warehouse" href="https://docs.plantstore.com/greenhouses">
130+
Climate control and monitoring.
131131
</Card>
132-
<Card title="Dynamo" icon="fa-regular fa-bolt" href="https://docs.acme.com/dynamo">
133-
Real-time inference engine.
132+
<Card title="Nursery" icon="fa-regular fa-leaf" href="https://docs.plantstore.com/nursery">
133+
Plant care and propagation.
134134
</Card>
135135
</CardGroup>
136136
```
137137
</Tab>
138-
<Tab title="Team A">
139-
```yaml Team A — docs.yml
140-
global-theme: acme-theme
138+
<Tab title="Seeds team">
139+
```yaml Seeds team — docs.yml
140+
global-theme: plantstore-theme
141141
142142
instances:
143-
- url: acme-aiperf.docs.buildwithfern.com/aiperf
144-
custom-domain: docs.acme.com/aiperf
143+
- url: plantstore.docs.buildwithfern.com/seeds
144+
custom-domain: docs.plantstore.com/seeds
145145
multi-source: true
146146
147147
navigation:
@@ -151,13 +151,13 @@ navigation:
151151
path: ./pages/overview.mdx
152152
```
153153
</Tab>
154-
<Tab title="Team B">
155-
```yaml Team B — docs.yml
156-
global-theme: acme-theme
154+
<Tab title="Greenhouses team">
155+
```yaml Greenhouses team — docs.yml
156+
global-theme: plantstore-theme
157157
158158
instances:
159-
- url: acme-aistore.docs.buildwithfern.com/aistore
160-
custom-domain: docs.acme.com/aistore
159+
- url: plantstore.docs.buildwithfern.com/greenhouses
160+
custom-domain: docs.plantstore.com/greenhouses
161161
multi-source: true
162162
163163
navigation:
@@ -167,13 +167,13 @@ navigation:
167167
path: ./pages/overview.mdx
168168
```
169169
</Tab>
170-
<Tab title="Team C">
171-
```yaml Team C — docs.yml
172-
global-theme: acme-theme
170+
<Tab title="Nursery team">
171+
```yaml Nursery team — docs.yml
172+
global-theme: plantstore-theme
173173
174174
instances:
175-
- url: acme-dynamo.docs.buildwithfern.com/dynamo
176-
custom-domain: docs.acme.com/dynamo
175+
- url: plantstore.docs.buildwithfern.com/nursery
176+
custom-domain: docs.plantstore.com/nursery
177177
multi-source: true
178178
179179
navigation:
@@ -185,7 +185,7 @@ navigation:
185185
</Tab>
186186
</Tabs>
187187

188-
All four repositories share `acme-theme` for consistent branding. Each publishes independently — updating Team A's docs has no effect on the homepage or other teams.
188+
All four repositories share `plantstore-theme` for consistent branding. Each publishes independently — updating the Seeds team's docs has no effect on the homepage or other teams.
189189

190190
## Properties
191191

0 commit comments

Comments
 (0)