Zack Williams | 1cfa31a | 2018-06-28 15:35:17 -0700 | [diff] [blame] | 1 | # git_refs |
| 2 | # |
| 3 | # This file contains a list of repos, paths within those repos, and git |
| 4 | # references (branch/tag/commit hash) that are checked out with `git checkout |
| 5 | # <ref>` during creation of documentation. |
| 6 | # |
| 7 | # - First column is the git repo name |
| 8 | # - Second column is the subdirectory of the repo to symlink into the |
| 9 | # docs directory |
| 10 | # - Third column is the reference (branch/tag/commit) to checkout |
| 11 | |
| 12 | _REPO NAME_ _DIR_ _REF_ |
| 13 | |
| 14 | cord-tester /docs master |
| 15 | fabric /docs master |
| 16 | hippie-oss /docs master |
| 17 | kubernetes-service /docs master |
| 18 | olt-service /docs master |
| 19 | onos-service /docs master |
| 20 | openolt / master |
| 21 | openstack /docs master |
| 22 | rcord /docs master |
| 23 | simpleexampleservice /docs master |
| 24 | vrouter /docs master |
| 25 | xos-gui /docs master |
| 26 | xos-tosca /docs master |
| 27 | xos /docs master |
| 28 | |