Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 953cfda

Browse files
More updates to docs
1 parent 074a741 commit 953cfda

File tree

4 files changed

+16
-13
lines changed

4 files changed

+16
-13
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
The GitHub for Unity extension brings Git and GitHub into Unity, integrating source control into your work with friendly and accessible tools and workflows.
44

55
[Install](docs/install.md)
6+
67
[Features](docs/features.md)
8+
79
[Known Issues](docs/known-issues.md)
10+
811
[Contributing](docs/contributing/install.md)

docs/contributing/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Contributing to GitHub for Unity
22

3-
### Table of Contents
3+
[Roadmap](roadmap.md)
44

5-
- [Roadmap](roadmap.md)
6-
- [Coding Conventions](coding-conventions.md)
7-
- [How To Build](how-to-build.md)
5+
[Coding Conventions](coding-conventions.md)
6+
7+
[How To Build](how-to-build.md)
88

docs/install.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Installing GitHub for Unity
22

3-
## How to install
4-
5-
### Requirements
3+
## Requirements
64

75
- [Unity 5.4 or higher](https://store.unity.com/download). Personal edition is fine.
86

9-
### Installation
7+
## Installation
108

119
- Create a new Unity project.
1210
- Download the latest release from the [releases page](https://github.com/github/UnityInternal/releases) and double-click the unitypackage file. The package will install itself into the project currently opened in Unity, and Unity will automatically load it once all the files are in the project.

docs/readme.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# Contributing to GitHub for Unity
1+
# GitHub for Unity Documentation
22

3-
### Table of Contents
3+
[Install](install.md)
44

5-
- [Roadmap](roadmap.md)
6-
- [Coding Conventions](coding-conventions.md)
7-
- [How To Build](how-to-build.md)
5+
[Features](features.md)
6+
7+
[Known Issues](known-issues.md)
8+
9+
[Contributing](contributing/install.md)
810

0 commit comments

Comments
 (0)