Skip to content

Commit 6bab85d

Browse files
Docs: Update docs to new designs (#4917)
# Description of Changes - Update docs to new designs <!-- Please describe your change, mention any related tickets, and so on here. --> # Screenshots <img width="1505" height="853" alt="Demo1" src="https://github.com/user-attachments/assets/227e07d9-8e3b-464f-ad0b-eb39f3f34c63" /> <img width="1505" height="854" alt="Demo2" src="https://github.com/user-attachments/assets/8fdc9418-e41b-477f-a9a2-bc0e075f80ea" /> <img width="1508" height="860" alt="Demo3" src="https://github.com/user-attachments/assets/ad2eed7b-a592-4822-b5d0-165d3d61f30e" /> <img width="1501" height="854" alt="Demo4" src="https://github.com/user-attachments/assets/2ab770d6-005e-44db-ace0-ad09fcced383" /> # API and ABI breaking changes <!-- If this is an API or ABI breaking change, please apply the corresponding GitHub label. --> # Expected complexity level and risk 2 <!-- How complicated do you think these changes are? Grade on a scale from 1 to 5, where 1 is a trivial change, and 5 is a deep-reaching and complex change. This complexity rating applies not only to the complexity apparent in the diff, but also to its interactions with existing and future code. If you answered more than a 2, explain what is complex about the PR, and what other components it interacts with in potentially concerning ways. --> # Testing <!-- Describe any testing you've done, and any testing you'd like your reviewers to do, so that you're confident that all the changes work as expected! --> - [x] Tested the docs with updated designs - [ ] <!-- maybe a test you want a reviewer to do, so they can check it off when they're satisfied. --> --------- Co-authored-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com>
1 parent 150b5b4 commit 6bab85d

7 files changed

Lines changed: 1196 additions & 327 deletions

File tree

docs/docs/00100-intro/00100-getting-started/00200-what-is-spacetimedb.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,10 @@ This means that you can write your entire application in a single language and d
1414
<img
1515
src="/docs/images/basic-architecture-diagram.png"
1616
alt="SpacetimeDB Architecture"
17-
style={{ width: '100%' }}
1817
/>
19-
<figcaption style={{ marginTop: '10px', textAlign: 'center' }} align="center">
20-
<b align="center">SpacetimeDB application architecture</b>
21-
<span style={{ fontSize: '14px' }}>
22-
{' '}
23-
(elements in white are provided by SpacetimeDB)
24-
</span>
18+
<figcaption>
19+
<b>SpacetimeDB application architecture</b>
20+
<span> Elements in white are provided by SpacetimeDB</span>
2521
</figcaption>
2622
</figure>
2723

@@ -37,10 +33,9 @@ Speed and latency is achieved by holding all of your application state in memory
3733
<img
3834
src="/docs/images/workflow-preview-diagram.png"
3935
alt="SpacetimeDB Application Workflow Preview"
40-
style={{ width: '100%' }}
4136
/>
42-
<figcaption style={{ marginTop: '10px', textAlign: 'center' }} align="center">
43-
<b align="center">SpacetimeDB Application Workflow Preview</b>
37+
<figcaption>
38+
<b>SpacetimeDB Application Workflow Preview</b>
4439
</figcaption>
4540
</figure>
4641

docs/docusaurus.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,11 @@ const config: Config = {
156156
navbar: {
157157
logo: {
158158
alt: 'SpacetimeDB Logo',
159-
src: 'https://spacetimedb.com/images/brand.svg',
159+
src: '/images/brand.svg',
160160
href: 'https://spacetimedb.com',
161161
target: '_self',
162+
width: 152,
163+
height: 32,
162164
},
163165
hideOnScroll: false,
164166
items: [
@@ -197,7 +199,6 @@ const config: Config = {
197199
},
198200
],
199201
},
200-
footer: {},
201202
prism: {},
202203
colorMode: {
203204
disableSwitch: true,

0 commit comments

Comments
 (0)