Commit 0045a03
Revert "Add OpenBolt documentation" (#143)
Reverts #143 while the following issues are resolved:
1. **Broken internal links (94):** The bolt documentation references several
pages that are generated from ERB templates in `documentation/templates/`
rather than existing as static markdown. These pages — including
`plan_functions.md`, `bolt_types_reference.md`,
`bolt_transports_reference.md`, `bolt_project_reference.md`,
`bolt_defaults_reference.md`, `bolt_command_reference.md`,
`bolt_cmdlet_reference.md`, and `packaged_modules.md` — are absent from
the copy pipeline, leaving 94 internal links as 404s.
2. **Relative .md links:** The upstream docs use relative `.md` links for
cross-references. Jekyll serves the collection as `.html`, so those links
also 404 without a rewrite step in the pipeline (tracked in #144).
A follow-up PR will address both issues before re-landing the OpenBolt docs.
Signed-off-by: Michael Harp <mike@mikeharp.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4dc2842 commit 0045a03
12 files changed
Lines changed: 0 additions & 269 deletions
File tree
- .github/workflows
- _data
- docs
- _openbolt_5x
- lib
- puppet_references/openbolt
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | 49 | | |
56 | 50 | | |
57 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 64 | | |
72 | 65 | | |
73 | 66 | | |
| |||
113 | 106 | | |
114 | 107 | | |
115 | 108 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | 109 | | |
128 | 110 | | |
129 | 111 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
This file was deleted.
Whitespace-only changes.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 33 | | |
39 | 34 | | |
40 | 35 | | |
0 commit comments