mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-03 04:27:56 +08:00
156 lines
4.4 KiB
YAML
156 lines
4.4 KiB
YAML
site_name: DataCap
|
|
site_url: https://databap.edurt.io/
|
|
site_author: EdurtIO
|
|
site_description: >-
|
|
DataCap is integrated software for data transformation, integration and visualization.
|
|
repo_name: EdurtIO/datacap
|
|
repo_url: https://github.com/EdurtIO/datacap
|
|
edit_uri: "https://github.com/EdurtIO/datacap/blob/dev/docs/docs"
|
|
|
|
copyright: Copyright © 2022 EdurtIO
|
|
|
|
theme:
|
|
name: material
|
|
custom_dir: overrides
|
|
icon:
|
|
logo: material/open-source-initiative
|
|
favicon: material/open-source-initiative
|
|
include_search_page: true
|
|
search_index_only: true
|
|
language: en
|
|
features:
|
|
- content.code.annotate
|
|
- content.tabs.link
|
|
# - navigation.expand
|
|
- navigation.indexes
|
|
- navigation.sections
|
|
- navigation.tabs
|
|
- navigation.top
|
|
- navigation.tracking
|
|
- search.highlight
|
|
- search.share
|
|
- search.suggest
|
|
- content.tooltips
|
|
palette:
|
|
- scheme: default
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
- scheme: slate
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to light mode
|
|
font:
|
|
text: Roboto
|
|
code: Roboto Mono
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/github
|
|
link: https://github.com/EdurtIO
|
|
- icon: fontawesome/brands/linkedin
|
|
link: https://linkedin.com/in/qianmoQ/
|
|
extra_css:
|
|
- stylesheets/extra.css
|
|
markdown_extensions:
|
|
- admonition
|
|
- abbr
|
|
- attr_list
|
|
- def_list
|
|
- footnotes
|
|
- meta
|
|
- md_in_html
|
|
- tables
|
|
- toc:
|
|
permalink: true
|
|
- pymdownx.arithmatex:
|
|
generic: true
|
|
- pymdownx.betterem:
|
|
smart_enable: all
|
|
- pymdownx.caret
|
|
- pymdownx.details
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
|
- pymdownx.highlight
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.keys
|
|
- pymdownx.snippets
|
|
- pymdownx.magiclink:
|
|
repo_url_shorthand: true
|
|
user: EdurtIO
|
|
repo: datacap
|
|
- pymdownx.mark
|
|
- pymdownx.smartsymbols
|
|
- pymdownx.superfences
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
- pymdownx.tilde
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
|
|
|
use_directory_urls: false
|
|
plugins:
|
|
- search
|
|
- git-revision-date-localized:
|
|
enable_creation_date: true
|
|
fallback_to_build_date: true
|
|
type: date
|
|
- git-authors
|
|
- redirects:
|
|
redirect_maps:
|
|
release-latest.md: release/1.4.0.md
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Documentation:
|
|
- Installation: reference/get_started/install.md
|
|
- Query: reference/get_started/query.md
|
|
- User Manager:
|
|
- Basic:
|
|
- DataSource: reference/admin/datasource/home.md
|
|
- Snippet: reference/admin/snippet/home.md
|
|
- Monitor:
|
|
- Processor: reference/admin/processor/home.md
|
|
- History:
|
|
- Query History: reference/get_started/history.md
|
|
- System Setting:
|
|
- Basic:
|
|
- Functions: reference/admin/functions/home.md
|
|
- Template:
|
|
- Sql: reference/admin/template/sql/home.md
|
|
- Connecting to connectors:
|
|
- JDBC:
|
|
- Yandex Database: reference/plugin/jdbc/ydb.md
|
|
- Snowflake: reference/plugin/jdbc/snowflake.md
|
|
- MySQL: reference/plugin/jdbc/mysql.md
|
|
- ClickHouse: reference/plugin/jdbc/clickhouse.md
|
|
- Native:
|
|
- Redis: reference/plugin/native/redis.md
|
|
- Zookeeper: reference/plugin/native/zookeeper.md
|
|
- Http:
|
|
- ClickHouse: reference/plugin/http/clickhouse.md
|
|
- CrateDB: reference/plugin/v120/cratedb.md
|
|
- TDengine: reference/plugin/v120/tdengine.md
|
|
- Impala: reference/plugin/v120/impala.md
|
|
- Kylin: reference/database/kylin.md
|
|
- Oracle: reference/database/oracle.md
|
|
- Update:
|
|
- Update to 1.4.0: reference/update/1.4.0.md
|
|
- Update to 1.3.0: reference/update/1.3.0.md
|
|
- Update to 1.2.0: reference/update/v120.md
|
|
- Developer guide:
|
|
- Development environment: developer_guide/env.md
|
|
- Custom Plugin: developer_guide/plugin.md
|
|
- Release Note:
|
|
- 1.4.0 (latest): release/1.4.0.md
|
|
- 1.3.0: release/1.3.0.md
|
|
- 1.2.0: release/1.2.0.md
|
|
- 1.1.0.20221115: release/1.1.0.20221115.md
|
|
- 1.0.0.20221015: release/1.0.0.20221015.md
|
|
- Resources:
|
|
- Functions: resources/functions/home.md
|
|
- Powered By: powered_by.md
|