-
Notifications
You must be signed in to change notification settings - Fork 30
/
site.yml
160 lines (158 loc) · 3.89 KB
/
site.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
site:
title: Feel++ Docs
url: https://docs.feelpp.org/
start_page: home::index.adoc
robots: allow
keys:
google_analytics: 'UA-65761593-1'
content:
sources:
- url: ./
branches: [HEAD]
start_path: docs/feelppdocs
tags:
- v0.110
- v0.109
- url: ./
branches: HEAD
start_path: docs/user
tags:
- v0.110
- v0.109
# - v0.108
# - v0.107
# - v0.106
# - v0.105
- url: ./
branches: HEAD
start_path: docs/dev
tags:
- v0.110
- v0.109
# - v0.108
# - v0.107
# - v0.106
# - v0.105
- url: https://github.com/feelpp/feelpp-tutorial-dev
branches: master
start_path: docs/
- url: https://github.com/feelpp/feelpp-project
branches: master
start_path: docs/
- url: ./
branches: HEAD
start_path: docs/data
- url: ./
branches: HEAD
start_path: docs/math
- url: ./
branches: HEAD
start_path: docs/toolboxes
tags:
- v0.110
- v0.109
# - v0.108
# - v0.107
# - v0.106
# - v0.105
- url: https://github.com/feelpp/toolbox
branches: [HEAD]
tags:
- v0.110
- v0.109
start_path: examples
- url: https://github.com/feelpp/toolbox
branches: [HEAD]
start_path: toolboxes
- url: https://github.com/feelpp/toolbox
branches: HEAD
start_path: contribute
- url: ./
branches: HEAD
start_path: docs/mor
tags:
- v0.110
- v0.109
- url: https://github.com/feelpp/angiotk
branches: master
start_path: docs
# - url: https://github.com/feelpp/book.hifimagnet
# branches: master
# start_path: docs/mso4sc
- url: ./
branches: HEAD
start_path: docs/salome/
# - url: ./
# branches: mor-module
# start_path: docs/mor/
ui:
bundle:
url: https://github.com/feelpp/antora-ui/releases/latest/download/ui-bundle.zip # https://gitlab.com/feelpp/antora-ui-default/-/jobs/artifacts/feelpp/raw/build/ui-bundle.zip?job=bundle-stable
snapshot: true
# supplemental_files: supplemental-ui
runtime:
log:
level: debug
antora:
extensions:
- '@antora/collector-extension'
- '@feelpp/antora-extensions'
asciidoc:
attributes:
page-component-order: '!home, !ROOT, user, toolboxes, mor, dev, feelpp-project, contribute, data, math'
dynamic-blocks@: '' # soft enable
page-pagination: ''
kroki-fetch-diagram: true
feelpp-git-tag: develop
deploymentRoot: ""
numbered: true
hide-uri-scheme: true
uri-github: https://github.com/
uri-org-feelpp: https://github.com/feelpp/
uri-github-feelpp: https://github.com/feelpp/feelpp/
uri-github-feelpp-raw: https://raw.githubusercontent.com/feelpp/feelpp
uri-paraview-www: https://www.paraview.org/
uri-ensight-www: Ensight
uri-msoportal-www: http://portal.mso4sc.eu/
uri-msoportal-visu-www: http://portal.mso4sc.eu/
uri-gmsh-www: https://gmsh.info
uri-gmsh-manual: https://gmsh.info
uri-benchmarks: http://docs.feelpp.org/cases/{toolboxes_cases_manual_version}
python: Python
slepc: SLEPc
petsc: PETSc
lustre: Lustre
feelpp: Feel++
feelpptb: Feel++ Toolboxes
feelppmor: Feel++ Model Order Reduction
pyfeelpp: pyFeel++
pyfeelpptb: pyFeel++ Toolboxes
pyfeelppmor: pyFeel++ MOR
angiotk: AngioTK
4fastsim: 4FastSim
stem: latexmath
hemotumpp: Hemotum++
eye2brain: Eye2Brain
vivabrain: Vivabrain
vtkjs: Vtkjs
plotly: Plot.ly
hifimagnet: HiFiMagnet
magnettools: MagnetTools
meshgems: MeshGems
salome: Salome
singularity: Singularity
sregistry: Sregistry
cpp: C++
cpp14: C++14
cmake: CMake
paraview: ParaView
paraview-url: https://paraview.org
paraview-website: link:{paraview-url}[{paraview}]
ensight: EnSight
girder: Girder
plantuml-server-url: http://www.plantuml.com/plantuml
extensions:
- "@feelpp/asciidoctor-extensions"
- asciidoctor-kroki
- asciidoctor-emoji
- "@djencks/asciidoctor-template"