summaryrefslogtreecommitdiff
path: root/antora/antora.yml
blob: 1d78700956882aeb5cc91914e4f7a4672d15563d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2022-2023 The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0

name: spec
title: Vulkan Specification and Proposals
version: latest
# stem (latexmath) support is provided by the @djencks/asciidoctor-mathjax
# extension, loaded in the playbook.
asciidoc:
  attributes:
    stem: latexmath
    config: partial$config
    chapters: partial$chapters
    appendices: partial$appendices
    generated: partial$gen
    images: image$
# Not supported for SVG yet - see https://gitlab.com/antora/antora/-/issues/536
#    imageopts: inline
    imageopts: ''
    refprefix: ''
nav:
- modules/ROOT/nav.adoc
- modules/proposals/nav.adoc