mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-03 12:38:19 +08:00
168 lines
4.9 KiB
YAML
168 lines
4.9 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"
|
|
current_version: 1.7.0
|
|
|
|
copyright: Copyright © 2022 EdurtIO
|
|
|
|
theme:
|
|
name: material
|
|
custom_dir: overrides
|
|
logo: assets/logo.png
|
|
favicon: assets/logo.png
|
|
include_search_page: true
|
|
search_index_only: true
|
|
language: en
|
|
features:
|
|
- content.code.annotate
|
|
- content.tabs.link
|
|
# - navigation.expand
|
|
- navigation.indexes
|
|
- navigation.path
|
|
- navigation.sections
|
|
- navigation.tabs
|
|
- navigation.top
|
|
- navigation.tracking
|
|
- search.highlight
|
|
- search.share
|
|
- search.suggest
|
|
- content.tooltips
|
|
- content.code.copy
|
|
# - content.action.edit
|
|
# - content.action.view
|
|
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/
|
|
status:
|
|
new: Recently added
|
|
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/latest.md
|
|
|
|
nav:
|
|
- Home:
|
|
- index.md
|
|
- Documentation:
|
|
- Installation: reference/get_started/install.md
|
|
- Query: reference/get_started/query.md
|
|
- Clients:
|
|
- Command line interface: reference/clients/cli.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:
|
|
- reference/connectors/index.md
|
|
- JDBC:
|
|
- DuckDB: reference/connectors/jdbc/duckdb.md
|
|
- Yandex Database: reference/connectors/jdbc/ydb.md
|
|
- Snowflake: reference/connectors/jdbc/snowflake.md
|
|
- MySQL: reference/connectors/jdbc/mysql.md
|
|
- ClickHouse: reference/connectors/jdbc/clickhouse.md
|
|
- Native:
|
|
- Apache Kafka:
|
|
- reference/connectors/native/kafka/index.md
|
|
- SHOW TOPICS: reference/sql_syntax/connectors/native/kafka/show_topics.md
|
|
- SHOW CONSUMERS: reference/sql_syntax/connectors/native/kafka/show_consumers.md
|
|
- SHOW DATABASES: reference/sql_syntax/connectors/native/kafka/show_databases.md
|
|
- SHOW TABLES: reference/sql_syntax/connectors/native/kafka/show_tables.md
|
|
- Aliyun OSS: reference/connectors/native/alioss.md
|
|
- Zookeeper: reference/connectors/native/zookeeper.md
|
|
- Redis: reference/connectors/native/redis.md
|
|
- Http:
|
|
- ClickHouse: reference/connectors/http/clickhouse.md
|
|
- Developer guide:
|
|
- Development environment: developer_guide/env.md
|
|
- Custom Plugin: developer_guide/plugin.md
|
|
- Release Note:
|
|
- 1.7.0 (latest): release/latest.md
|
|
- 1.6.0: release/1.6.0.md
|
|
- 1.5.0: release/1.5.0.md
|
|
- 1.4.0: 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
|