/
githubmirror
/
alluxio
Обзор
Документация
Войти
/
githubmirror
/
alluxio
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/_config.yml
106 строк
3 KB
Rico Chiu
Update version to 2.10.0-SNAPSHOT
02 июл 2024, 23:56
02 июл 2024, 23:56
e55bf07
Код
Авторство
О чём код?
markdown: kramdown kramdown: input: GFM hard_wrap: false syntax_highlighter: rouge # The full version string # Used to match the version string portion of file paths, URLs, and dependency versions # e.g. client jar path, ALLUXIO_VERSION_STRING: 2.10.0-SNAPSHOT # We must inline the version string (e.g., "1.4.0-SNAPSHOT") rather than using the macro of Alluxio version. # Otherwise the macro name remains in the output. ALLUXIO_CLIENT_JAR_PATH: /<PATH_TO_ALLUXIO>/client/alluxio-2.10.0-SNAPSHOT-client.jar # For release branches, this should be the Alluxio version in the form of <major>.<minor>, e.g. both 1.5.0 and 1.5.0-RC1 should use "1.5" # For master branch, this should be "edge" # This should be used to reference versioned pages that are not relative to the docs/ directory # e.g. Javadoc: https://docs.alluxio.io/os/javadoc/{{site.ALLUXIO_MAJOR_VERSION: 2.10 # e.g. REST API doc: https://docs.alluxio.io/os/restdoc/{{site.ALLUXIO_MAJOR_VERSION: 2.10 ALLUXIO_MAJOR_VERSION: 2.10 # The Alluxio docker image name. ALLUXIO_DOCKER_IMAGE: alluxio # These attach the pages of different languages with different 'lang' attributes defaults: - scope: path: en values: lang: en languageName: English languagePriority: 0 - scope: path: cn values: lang: cn languageName: 中文 languagePriority: 1 # These are the ordered category names categoryList: - Overview - Core Services - Install Alluxio - Kubernetes - Cloud Native - Compute Integrations - Storage Integrations - Security - Operations - Administration - Solutions - Client APIs - Contributor Resources - Reference # Each language has a particular version of category names # When supporting a new language version, do not change the 'group' attribute in .md page files # Instead, just add the group name of that language below categoryInfo: Overview: en: Overview cn: 用户指南 Core Services: en: Core Services cn: 核心功能 Install Alluxio: en: Install Alluxio cn: 部署 Alluxio Kubernetes: en: Kubernetes cn: Kubernetes Cloud Native: en: Cloud Native cn: 云原生 Compute Integrations: en: Compute Integrations cn: 计算应用 Storage Integrations: en: Storage Integrations cn: 底层存储系统 Security: en: Security cn: 安全设置 Operations: en: Operations cn: 运维指南 Administration: en: Administration cn: 管理 Solutions: en: Solutions cn: 方案 Client APIs: en: Client APIs cn: APIs Contributor Resources: en: Contributor Resources cn: 开发者资源 Reference: en: Reference cn: 参考 # For no baseurl, leave blank # Anything other than blank: this should always START with a '/' and NEVER end with a '/' character baseurl: