Skip to content

Commit 96e9c2e

Browse files
Improved docs
- Added Open Source - Added Crash is Free - Improved some pages - Added Gifs - Improved links
1 parent 6ffbdf0 commit 96e9c2e

12 files changed

+86
-15
lines changed

content/_index.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,20 @@ Welcome to the Crash Docs.
66

77
## What is Crash?
88

9-
Crash allows you to create shared models which can be interacted with by people within your office, or across the globe.
9+
Crash allows you to create shared models which can be interacted with by people within your office, or across the globe. Crash achieves this by connecting Rhino applications on different computers together via a shared cloud model.
1010

11-
Crash achieves this by connecting Rhino applications on different computers together via a cloud model.
12-
13-
## How can I get started?
11+
## Where should I begin?
1412

1513
{{< cards >}}
16-
{{< card link="docs/getting-started" title="Get Started" icon="book-open" >}}
14+
{{< card link="docs/getting-started" title="How to use Crash" icon="book-open" >}}
1715
{{< card link="docs/installation" title="Install Crash" icon="cloud-download" >}}
1816
{{< card link="docs/use-cases" title="What can Crash do?" icon="question-mark-circle" >}}
1917
{{< card link="docs/why-crash" title="Why should I use Crash?" icon="question-mark-circle" >}}
2018
{{< /cards >}}
19+
20+
## Anything else I should know?
21+
22+
{{< cards >}}
23+
{{< card link="docs/open-source" title="Crash is Open Source" icon="book-open" >}}
24+
{{< card link="docs/crash-is-free" title="Crash is Free" icon="book-open" >}}
25+
{{< /cards >}}

content/docs/advanced/deploying-crash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ Crash can be hosted easily using Azure and creating a Web App.
7070

7171
Visit the url of the Crash server on your Computer, if you can see this page, you can join the server!
7272

73-
![Crash Splash](crash-splash.png)
73+
![Crash Splash](../images/crash-splash.png)

content/docs/crash-is-free.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Crash is Free
3+
type: docs
4+
prev: /
5+
toc: true
6+
---
7+
8+
## Crash is Free
9+
10+
Open source does not always mean free. But Crash is open source AND free.
11+
12+
The following repositories will always be free and open source.
13+
14+
{{< cards >}}
15+
{{< card link="https://github.com/crashcloud/crash" title="Crash for Rhino" icon="user-group" >}}
16+
{{< /cards >}}
17+
18+
{{< cards >}}
19+
{{< card link="https://github.com/crashcloud/crash.server" title="Crash Server" icon="server" >}}
20+
{{< /cards >}}
21+
22+
{{< cards >}}
23+
{{< card link="https://github.com/crashcloud/crash.changes" title="Crash Changes" icon="dots-circle-horizontal" >}}
24+
{{< /cards >}}

content/docs/getting-started.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
---
22
title: Getting Started
33
type: docs
4-
prev: /
5-
next: docs/join-shared-model
4+
prev: docs/installation
5+
next: docs/joining-a-model
66
toc: true
77
weight: 1
88
---
99

10+
{{< cards >}}
11+
{{< card link="../installation" title="Don't forget to install Crash!" icon="cloud-download" >}}
12+
{{</ cards >}}
13+
1014
Let's start simple and get a basic overview of Crash. We'll go into more detail later. If you get stuck in this quick guide, you can always search for the topic you are lost on.
1115

1216
## Join a Shared Model
2.57 MB
Loading
-221 KB
Binary file not shown.
6.69 MB
Loading

content/docs/images/remove-model.gif

1.02 MB
Loading

content/docs/joining-a-model.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Joining a shared model and starting to collaborate couldn't be easier.
1313

1414
Run the `JoinSharedModel` command.
1515

16-
![Joining a Shared Model in Crash](join-shared-model.png)
16+
![Joining a Shared Model in Crash](images/join-shared-model.gif)
1717

1818
To add a model to the list
1919

@@ -52,6 +52,7 @@ And do not give our your own IP Address to people you are unfamiliar with.
5252
## Removing a Model
5353

5454
A model can be removed from the list by Right Clicking, and selecting "Remove".
55+
![Remove Crash Model](images/remove-model.gif)
5556

5657
## Troubleshooting
5758

@@ -62,11 +63,11 @@ If the command does not appear, make sure you have installed the latest version
6263
### I got an error message
6364

6465
If the error message is similar to below, and the Join Shared Model window re-appeared, then there is an issue with your url. Ensure you typed it correctly, and that it exists.
65-
![Standard Crash Error](join-error.png)
66+
![Standard Crash Error](images/join-error.png)
6667

6768
You can put any IP Address or URL into your web browser and you should see a friendly Crash splash-screen if the server exists. If you see nothing, the address is wrong, or the server is not available.
6869

69-
![Crash Splash](crash-splash.png)
70+
![Crash Splash](images/crash-splash.png)
7071

7172
### Something else happened
7273

content/docs/leaving-a-model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ Leaving a shared model is quite simple.
1212

1313
Run the `LeaveSharedModel` command.
1414

15+
![Leave a Shared Crash Model](images/leave-shared-model.gif)
16+
1517
You will be asked if you want to Release your Changes before you leave.
1618

1719
If you do not release your changes they will not be available for other users to edit.
1820

19-
Crash will now attempt to join the shared model.
20-
2121
## Troubleshooting
2222

2323
### The Command does not appear
2424

2525
If the command does not appear, make sure you have installed the latest version of Crash correctly.
2626

27-
### I got message "You are not connected to a shared model"
27+
### I got the message "You are not connected to a shared model"
2828

2929
This means you weren't able to leave a model you were not a part of anyway.
3030
If this is unexpected because you thought you were in a model, check your connection and the server by pasting its URL into your browser.

0 commit comments

Comments
 (0)