Skip to content

Commit ca77f22

Browse files
Started filling out Crash Docs
1 parent 40cad50 commit ca77f22

23 files changed

+255
-43
lines changed

.DS_Store

6 KB
Binary file not shown.

content/.DS_Store

6 KB
Binary file not shown.

content/_index.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
---
2-
title: My Site
2+
title: Crash
33
toc: false
44
---
55

6-
This is the landing page.
6+
Welcome to the Crash Docs.
77

88
## Explore
99

1010
{{< cards >}}
11-
{{< card link="docs" title="Docs" icon="book-open" >}}
12-
{{< card link="about" title="About" icon="user" >}}
11+
{{< card link="docs" title="Docs" icon="book-open" >}}
12+
{{< card link="about" title="About" icon="user" >}}
1313
{{< /cards >}}
14-
15-
## Documentation
16-
17-
For more information, visit [Hextra](https://imfing.github.io/hextra).

content/about.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,26 @@ title: About
33
type: about
44
---
55

6-
This is the about page.
6+
Crash is a labour of love.
7+
8+
# Repositories
9+
10+
{{< cards >}}
11+
{{< card link="https://github.com/crashcloud/crash" title="Crash" icon="user-group" >}}
12+
{{< card link="https://github.com/crashcloud/crash.server" title="Crash Server" icon="server" >}}
13+
{{< card link="https://github.com/crashcloud/crash.changes" title="Crash Server" icon="dots-circle-horizontal" >}}
14+
{{< /cards >}}
15+
16+
# Acknowledgments
17+
18+
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.
19+
20+
# Original Contributors
21+
22+
- [Callum Sykes](https://www.linkedin.com/in/callumsykes/)
23+
- [Curtis Wensley](https://www.linkedin.com/in/cwensley/)
24+
- [Erika Santos](https://www.linkedin.com/in/erikasantosr/)
25+
- [Lukas Fuhrimann](https://www.linkedin.com/in/lfuhrimann/)
26+
- [Morteza Karimi](https://github.com/karimi)
27+
- [Moustafa El-Sawy](https://www.linkedin.com/in/moustafakelsawy/)
28+
- [Russell Feathers](https://www.linkedin.com/in/russell-feathers/)

content/docs/_index.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
---
2-
title: Documentation
3-
next: first-page
2+
title: Concepts
3+
next: advanced
44
---
55

6-
This is a demo of the theme's documentation layout.
7-
8-
## Hello, World!
9-
10-
```go {filename="main.go"}
11-
package main
12-
13-
import "fmt"
14-
15-
func main() {
16-
fmt.Println("Hello, World!")
17-
}
18-
```
6+
Everything you could need to know about Crash should be here.

content/docs/advanced/_index.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Advanced
3+
type: docs
4+
prev: docs/concepts/
5+
next: docs/plugins/
6+
sidebar:
7+
open: true
8+
---
9+
10+
Advanced Crash guides
11+
12+
If the docs are missing information, please post an issue, or open a pull request here
13+
14+
{{< cards >}}
15+
{{< card link="https://github.com/crashcloud/docs" title="Docs" icon="book-open" >}}
16+
{{< /cards >}}
17+
18+
If the software is buggy, or confusing, please post an issue, or open a pull request here
19+
20+
{{< cards >}}
21+
{{< card link="https://github.com/crashcloud/crash.server" title="Docs" icon="book-open" >}}
22+
{{< /cards >}}

content/docs/advanced/changes.md

Whitespace-only changes.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Creating a Shared Model
3+
type: docs
4+
prev: docs/folder/
5+
---
6+
7+
This page is under a folder.
8+
9+
If the software is buggy, or confusing, please post an issue, or open a pull request here
10+
11+
{{< cards >}}
12+
{{< card link="https://github.com/crashcloud/crash.server" title="Docs" icon="book-open" >}}
13+
{{< /cards >}}

content/docs/folder/_index.md renamed to content/docs/concepts/_index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
2-
title: Folder
2+
title: concepts
33
type: docs
4-
prev: docs/first-page
5-
next: docs/folder/leaf
4+
prev: docs/
65
sidebar:
76
open: true
87
---

content/docs/concepts/changes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Changes
3+
type: docs
4+
prev: docs/folder/
5+
---
6+
7+
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.
8+
9+
# Examples

0 commit comments

Comments
 (0)