Ian Maxon | ddd64c6 | 2025-03-12 10:49:54 -0700 | [diff] [blame^] | 1 | url: "http://localhost:4000" |
| 2 | name: "Apache AsterixDB" |
| 3 | |
| 4 | STABLE_VERSION: 0.9.9 |
| 5 | UNSTABLE_VERSION: 0.9.10-SNAPSHOT |
| 6 | STABLE_NCSERVICE_URL: "http://www.apache.org/dyn/closer.lua/asterixdb/asterixdb-0.9.9/asterix-server-0.9.9-binary-assembly.zip" |
| 7 | STABLE_JDBC_URL: "http://www.apache.org/dyn/closer.lua/asterixdb/asterixdb-jdbc-0.9.8.3/asterix-jdbc-driver-0.9.8.3-dist.jar" |
| 8 | STABLE_TACO_URL: "http://www.apache.org/dyn/closer.lua/asterixdb/asterixdb-jdbc-0.9.8.3/asterixdb_jdbc.taco" |
| 9 | UNSTABLE_NCSERVICE_URL: "https://ci-builds.apache.org/job/AsterixDB/job/asterixdb-snapshot-integration/lastSuccessfulBuild/artifact/asterixdb/asterix-server/target/asterix-server-0.9.10-SNAPSHOT-binary-assembly.zip" |
| 10 | DOCS_BASE_URL: "docs" |
| 11 | UNSTABLE_DOCS_BASE_URL: "https://ci.apache.org/projects/asterixdb/" |
| 12 | |
| 13 | # Build settings |
| 14 | destination: content |
| 15 | defaults: |
| 16 | - |
| 17 | scope: |
| 18 | path: "" |
| 19 | values: |
| 20 | layout: plain |
| 21 | |
| 22 | markdown: kramdown |
| 23 | highlighter: pygments |
| 24 | |
| 25 | kramdown: |
| 26 | toc_levels: 1..3 |
| 27 | input: GFM |
| 28 | hard_wrap: false |
| 29 | |
| 30 | redcarpet: |
| 31 | extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", |
| 32 | "tables", "with_toc_data", "strikethrough", "superscript", |
| 33 | "lax_spacing"] |