Skip to content

Commit 60e1bea

Browse files
committed
Remove unused Sandbox title and associated files.
Replace with Commercial Support stub, for population by whoever wants to offer some relevant service Signed-off-by: Mick <[email protected]>
1 parent d10e57a commit 60e1bea

18 files changed

+16
-335
lines changed

Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ all: docs/man/man1/index.asciidoc \
1616
docs/man/man9/index.asciidoc \
1717
docs/machinetalk/protobuf.asciidoc
1818

19-
# this should be made minimal
20-
# scripts/filenums
21-
22-
2319
# all asciidoc documents in this repo
2420
MAN1 := $(filter-out docs/man/man1/index.asciidoc, $(wildcard docs/man/man1/*.asciidoc))
2521
MAN3 := $(filter-out docs/man/man3/index.asciidoc, $(wildcard docs/man/man3/*.asciidoc))

_includes/commercial-support.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<commercial>
2+
<div class="unit align-left center-on-mobiles">
3+
<p>
4+
<a href="http://machinekit.io/docs/commercial-support/index.html">Commercial Support</a>
5+
</p>
6+
</div>
7+
</commercial>

_includes/primary-nav-items.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{% include search-bar.html %}
2828
</li>
2929
<li>
30-
{% include sandbox.html %}
30+
{% include commercial-support.html %}
3131
</li>
3232
<li>
3333
{% include edit-me.html %}

_includes/sandbox.html

-7
This file was deleted.
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
---
3+
4+
:skip-front-matter:
5+
= Machinekit Commercial Support
6+
7+
This is a placeholder
8+

docs/sandbox/000001.asciidoc

-15
This file was deleted.

docs/sandbox/000002.asciidoc

-20
This file was deleted.

docs/sandbox/000003.asciidoc

-20
This file was deleted.

docs/sandbox/000004.asciidoc

-20
This file was deleted.

docs/sandbox/000005.asciidoc

-20
This file was deleted.

docs/sandbox/000006.asciidoc

-20
This file was deleted.

docs/sandbox/000007.asciidoc

-20
This file was deleted.

docs/sandbox/000008.asciidoc

-20
This file was deleted.

docs/sandbox/000009.asciidoc

-20
This file was deleted.

docs/sandbox/000010.asciidoc

-20
This file was deleted.

docs/sandbox/index.asciidoc

-61
This file was deleted.

docs/site/about-this-site.asciidoc

-5
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ it runs a http://www.machinekit.io/linkchecker.html[linkchecker]
3232
step to analyze the site for broken links.
3333

3434

35-
== Contributing a new page: use the link:http://www.machinekit.io/docs/sandbox/index.html[sandbox] to get started!
36-
37-
Mick came up with this neat idea - just follow the instructions there and commit as PR!
38-
See the Sandbox link on the right above the Search box.
39-
4035
== Contributing a large chunk of material: editing and previewing locally
4136

4237
The 'Edit this page' process is great for small changes. For big chunks of material - not so much. In this case it is best to set up jekyll-asciidoctor locally. The edit-preview turnaround is very quick - Instructions will follow here hortly !

scripts/filenums

-62
This file was deleted.

0 commit comments

Comments
 (0)