Skip to content

Commit f4f290a

Browse files
committed
Revert "Jekyll setup"
This reverts commit cea6fd0.
1 parent 6e63ca5 commit f4f290a

27 files changed

Lines changed: 718 additions & 172 deletions

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
_site
2-
.sass-cache
3-
.jekyll-metadata
1+
/html/

Gemfile

Lines changed: 0 additions & 27 deletions
This file was deleted.

Gemfile.lock

Lines changed: 0 additions & 58 deletions
This file was deleted.

_config.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

about.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

build-html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
asciidoctor -n -D html doc/index.adoc
3+
asciidoctor -n -D html/server-workbench-console doc/server-workbench-console/index.adoc
4+
# cp -r doc/server-workbench-console/images html/server-workbench-console
5+
asciidoctor -n -D html/migration doc/migration/index.adoc
6+
asciidoctor -n -D html/programming doc/programming/index.adoc
7+
cp -r doc/programming/images html/programming

0 commit comments

Comments
 (0)