-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
38 lines (36 loc) · 926 Bytes
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
github-org-name: hashicorp
www-root-dir: _www
cache-dir: _cache
### Kludge to avoid renamed packages
#broken-package-names-to-exclude:
repos:
- terraform
- consul
index-template: |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="doc2go">
<link href="_/css/main.css" rel="stylesheet" />
<title></title>
</head>
<body>
<main><h3 id="pkg-directories">Packages</h3>
<table>
<tbody>
<tr><td><a href="%PACKAGE_URL%">%PACKAGE_URL%</a></td></tr>
</tbody>
</table>
</main>
<hr>
<footer>
<small id="generated-by-footer">
Generated with <a href="https://abhinav.github.io/doc2go/">doc2go</a> & <b>GooDoc-Poc</b>
</small>
</footer>
<script src="_/js/permalink.js"></script>
</body>
</html>