diff --git a/playbook.yml b/playbook.yml index fde83b6dfa..915b6e9c37 100644 --- a/playbook.yml +++ b/playbook.yml @@ -5,20 +5,26 @@ content: sources: # embedding empty credentials in the URL disables the Edit this Page link for any page created from this repository - url: git@github.com:thoughtspot/thoughtspot-docs.git - branches: ['6.0', '6.1', '6.2', '6.3'] + branches: ['6.0', '6.1', '6.2'] start_path: software/ ui: bundle: # url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable - url: build/ui-bundle.zip + url: ui-bundle/ui2-bundle.zip supplemental_files: - path: .nojekyll - path: ui.yml contents: "static_files: [ .nojekyll ]" snapshot: true - +asciidoc: + attributes: + software: true + cloud: false + tabs: tabs + extensions: + - "@djencks/asciidoctor-tabset-block" output: clean: true - dir: docs + dir: build/software runtime: fetch: true diff --git a/ui-bundle/ui2-bundle.zip b/ui-bundle/ui2-bundle.zip new file mode 100644 index 0000000000..2fd08ee2e4 Binary files /dev/null and b/ui-bundle/ui2-bundle.zip differ