Skip to content

Commit 6a4186d

Browse files
Update AsciiDoc preview with more examples (#16)
* update config * Lists and other things * Blocks and more * Add tabsets * Add tables * Admonitions and tabset overflow * A lot more things * Wrap up main figma spec * getting close * add button back in * update package-lock * remove package-lock from gitignore * Update preview link
1 parent 1326c3a commit 6a4186d

15 files changed

+1068
-230
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
/build/
22
/node_modules/
33
/public/
4-
/package-lock.json

.gulp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"description": "Build tasks for the Antora default UI project",
2+
"description": "Build tasks for the DataStax Docs UI project",
33
"flags.tasksDepth": 1
44
}

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ifdef::env-github[]
1818
endif::[]
1919
// Project URLs:
2020
:url-project: https://github.com/riptano/docs-ui
21-
:url-preview: https://riptano.github.io/docs-ui/
21+
:url-preview: https://riptano.github.io/datastax-docs-site/main
2222
// :url-ci-pipelines: {url-project}/pipelines
2323
// :img-ci-status: {url-project}/badges/master/pipeline.svg
2424
:url-docs-home: https://github.com/riptano/docs-home
@@ -54,7 +54,7 @@ The repository itself produces a UI bundle that can be applied when generating a
5454
The UI bundle contains the HTML templates (layouts, partials, and helpers), CSS, JavaScript, fonts, and (site-wide) images.
5555
As such, it provides both the visual theme and user interactions for the documentation site.
5656

57-
// You can see a preview of the DataStax Docs UI at {url-preview}.
57+
You can see a preview of the DataStax Docs UI at {url-preview}.
5858

5959

6060
toc::[]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"name": "@antora/ui-default",
3-
"description": "An archetype project that produces a UI for creating documentation sites with Antora",
4-
"homepage": "https://gitlab.com/antora/antora-ui-default",
2+
"name": "datastax-docs-ui",
3+
"description": "The UI and theme for DataStax Docs.",
4+
"homepage": "https://github.com/riptano/docs-ui",
55
"license": "MPL-2.0",
6+
"private": true,
67
"repository": {
78
"type": "git",
8-
"url": "https://gitlab.com/antora/antora-ui-default.git"
9+
"url": "https://github.com/riptano/docs-ui.git"
910
},
1011
"engines": {
1112
"node": ">= 8.0.0"

preview-src/cassandra-original.svg

Lines changed: 20 additions & 0 deletions
Loading

preview-src/firefox-window.png

28.1 KB
Loading

0 commit comments

Comments
 (0)