Skip to content

Commit 1743da8

Browse files
More docs
1 parent 3126611 commit 1743da8

28 files changed

+191
-23
lines changed

content/_index.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ title: Crash
44

55
Welcome to the Crash Docs.
66

7-
## Explore
7+
## What is Crash?
8+
9+
Crash allows you to create shared models which can be interacted with by people within your office, or across the globe.
10+
11+
## How can I get started?
812

913
{{< cards >}}
10-
{{< card link="docs/installation" title="Docs" icon="book-open" >}}
11-
{{< card link="about" title="About" icon="user" >}}
14+
{{< card link="docs/getting-started" title="Get Started" icon="book-open" >}}
15+
{{< card link="docs/installation" title="Install Crash" icon="book-open" >}}
1216
{{< /cards >}}

content/about.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,15 @@ Crash is a labour of love.
1111
{{< cards >}}
1212
{{< card link="https://github.com/crashcloud/crash" title="Crash" icon="user-group" >}}
1313
{{< card link="https://github.com/crashcloud/crash.server" title="Crash Server" icon="server" >}}
14-
{{< card link="https://github.com/crashcloud/crash.changes" title="Crash Server" icon="dots-circle-horizontal" >}}
14+
{{< card link="https://github.com/crashcloud/crash.changes" title="Crash Changes" icon="dots-circle-horizontal" >}}
1515
{{< /cards >}}
1616

17+
# Why is it called Crash?
18+
19+
It is one of the terms used to refer to a group of Rhinos.
20+
21+
https://africafreak.com/what-is-a-group-of-rhinos-called
22+
1723
# Acknowledgments
1824

1925
Big thanks to AEC Tech 2022 for arranging the Hackathon! Also we would like to thank McNeel for all their awesome work! This project has been a great collaboration of several great minds. Please check out other hackathon projects and future hackathon events hosted by AECTech.

content/docs/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Concepts
3-
next: advanced
2+
title: Docs
3+
next: getting-started
44
---
55

66
Everything you could need to know about Crash should be here.

content/docs/advanced/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ prev: docs/concepts/
55
next: docs/plugins/
66
sidebar:
77
open: true
8+
weight: 300
89
---
910

1011
Advanced Crash guides

content/docs/advanced/deploying-crash.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ type: docs
44
prev: docs/folder/
55
next: docs/advanced/
66
toc: true
7+
weight: 3000
78
---
89

910
{{< callout emoji="⚠️" >}}

content/docs/concepts/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ type: docs
44
prev: docs/
55
sidebar:
66
open: true
7+
weight: 100
78
---
89

9-
A collection of information about crash concepts.
10+
A collection of information about crash concepts in detail.

content/docs/concepts/changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Changes
33
type: docs
44
prev: docs/folder/
5+
weight: 1001
56
---
67

78
Changes are how Crash captures a change during Rhinos runtime. This can be a box being transformed, a Grasshopper component being added to the canvas, or anything you need to communicate to other users of a Shared Model. These changes can even be completely independent of the Rhino Doc.

content/docs/concepts/ownership.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
title: Ownership
33
type: docs
44
prev: docs/folder/
5+
weight: 1002
6+
draft: true
57
---
6-
7-
This page is under a folder.

content/docs/concepts/release.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,19 @@
22
title: Release
33
type: docs
44
prev: docs/folder/
5+
draft: true
6+
weight: 1003
57
---
8+
9+
> By default all of the geometry you ceate as a collaborator is temporary and cannot be edited by other users.
10+
> By only sending temporary geometry crash does not have to block other users with your changes and does not interrupt their undo stack constantly allowing for a fluent experience.
11+
12+
### Why is this?
13+
14+
If a Geometry Object is added to Rhino it will add itself to the Undo stack.
15+
Consider the following theoretical scenario.
16+
17+
- User A creates a complex loft and is rimming it with other surfaces
18+
- User B creates a box
19+
- User A recieves User B's Box
20+
- If user A wants to undo a change to their work, they must also undo User B's box

content/docs/concepts/shared-model.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
title: Shared Model
33
type: docs
44
prev: docs/folder/
5+
draft: true
6+
weight: 1004
57
---
8+
9+
Whenever working with Crash you will be in a shared model. Unlike a regular Rhino Model this means that everything you create is saved to the cloud.

0 commit comments

Comments
 (0)