-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
52 lines (48 loc) · 1.47 KB
/
mkdocs.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
# Project information
site_name: "contraect-maven-plugin"
site_description: |
The contraect-maven-plugin is a community developed maven plugin to generate java classes for smart contracts from sophia source code. The generated classes make use of the aepp-sdk-java and provide methods to deploy contracts and call the respective entrypoint functions.
use_directory_urls: false
# Repository
repo_name: 'kryptokrauts/contraect-maven-plugin'
repo_url: 'https://github.com/kryptokrauts/contraect-maven-plugin'
# Theme
theme:
name: material
language: en
palette:
- scheme: default
primary: green
accent: green
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: green
accent: green
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- content.tabs.link
- search.highlight
- search.share
- search.suggest
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
extra:
repo_icon: 'github'
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
# Navigation
nav:
- Getting Started: index.md
- Use the plugin:
- Plugin configuration: use-the-plugin/plugin-configuration.md
- Plugin execution: use-the-plugin/plugin-execution.md
- Error codes: use-the-plugin/error-codes.md
- Contræct interaction: contract-interaction.md
- Changelog: changelog.md
- Roadmap: roadmap.md