Skip to content

Commit

Permalink
installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwaffle4 committed Nov 25, 2024
1 parent 60e5937 commit 9d1c8b1
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/expressway-docs.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Summary

[Introduction](introduction.md)
- [Introduction](introduction.md)
- [Installation](installation.md)
17 changes: 17 additions & 0 deletions src/installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Installing Expressway

### Repositories
Ensure this block is in the "repositories" block of your TeamCode module build.gradle.
If you use any Dairy libraries, this will already be present, so you do not have to add it twice.
```groovy
maven {
url = 'https://repo.dairy.foundation/releases'
}
```

### Dependencies
Add the following lines to the "dependencies" block of that same build.gradle:
```groovy
implementation "page.j5155.roadrunner:actionadditions:0.1.0"
implementation "page.j5155.roadrunner.actionadditions:ftc:0.1.0"
```
5 changes: 4 additions & 1 deletion src/introduction.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Introduction
Welcome to the Expressway docs!
This site will house examples and documentation
of various features found within Expressway and Roadrunner itself!
of various features found within Expressway and Roadrunner itself!

Expressway can be found [here](https://github.com/j5155/Expressway).
Installation instructs can be found [here](installation.md).

0 comments on commit 9d1c8b1

Please sign in to comment.