-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBuild.json
61 lines (51 loc) · 1.6 KB
/
Build.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"markdown_dir": "markdown",
"site_dir": "docs",
"HTML_template": "Template",
"Exclude": [
],
"markdown_extensions": [
"common",
"definitionlists",
"mathematics",
"diagrams",
"pipetables",
"gridtables",
"attributes",
"medialinks",
"autolinks",
"emojis",
"autoidentifiers"
],
"footer": "<a href='https://cadm-inc-us.com/'>CADM, Inc</a> Providing Solutions for Creo Elements/Direct (CoCreate)",
"navigation_bar": {
"capture_page_headings": "123456",
"templates": {
"navitem": "<button class='navitem'><a href='{{navurl}}'>{{navtext}}</a></button>",
"navlabel": "<div class='navlabel'>{{navtext}}</div>",
"navseparator": "<hr/>",
"navheading": "<span class='navitem{{level}}'>{{navtext}}</span>"
}
},
"site_navigation": [
{ "<img width='90%' src='CADM-logo.jpg' />": "https://cadm-inc-us.com/" },
{ "CADM Documentation Hub": "index.md" },
{ "Modeling Extensions": "" },
{ "3-D Manufacturing": "3d_printing/index.md" },
{ "Automated Document Generator": "ADGservice/index.md" },
{ "Rigid Cable Modeler": "soco_cables/index.md" },
{ "Cable Auto-Router": "soco_router/index.md" }
],
"page_navigation_header": [
{ "Page Contents": "" }
],
"github_pages": true,
"svgbob": {
"background": "white",
"fill_color": "black",
"font_size": 14,
"font_family": "Monospace",
"scale": 1,
"stroke_width": 2
}
}