blob: 60b41ff6398d3b72bdaaf51ea8f5890d02646a7f [file] [log] [blame]
Ian Maxonddd64c62025-03-12 10:49:54 -07001url: "http://localhost:4000"
2name: "Apache AsterixDB"
3
4STABLE_VERSION: 0.9.9
5UNSTABLE_VERSION: 0.9.10-SNAPSHOT
6STABLE_NCSERVICE_URL: "http://www.apache.org/dyn/closer.lua/asterixdb/asterixdb-0.9.9/asterix-server-0.9.9-binary-assembly.zip"
7STABLE_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"
8STABLE_TACO_URL: "http://www.apache.org/dyn/closer.lua/asterixdb/asterixdb-jdbc-0.9.8.3/asterixdb_jdbc.taco"
9UNSTABLE_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"
10DOCS_BASE_URL: "docs"
11UNSTABLE_DOCS_BASE_URL: "https://ci.apache.org/projects/asterixdb/"
12
13# Build settings
14destination: content
15defaults:
16 -
17 scope:
18 path: ""
19 values:
20 layout: plain
21
22markdown: kramdown
23highlighter: pygments
24
25kramdown:
26 toc_levels: 1..3
27 input: GFM
28 hard_wrap: false
29
30redcarpet:
31 extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink",
32 "tables", "with_toc_data", "strikethrough", "superscript",
33 "lax_spacing"]