# arcion-docs **Repository Path**: mirrors_databricks/arcion-docs ## Basic Information - **Project Name**: arcion-docs - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-19 - **Last Updated**: 2025-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Arcion documentation This repository contains the documentation and its code for the products of [Arcion Labs, Inc.](https://arcion.io), hosted at https://docs.arcion.io. ## License This repository is subject to the [Terms of Use specified in the Arcion Labs website](https://arcion.io/tos) and the [LICENSE](LICENSE) specific to this repository. You can contribute new documentation and edits to the existing documentation. ## Contribute to the documentation Docs contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for our contribution guidelines. ## Requirements The documentation is built from Markdown files using [Hugo](https://gohugo.io/). To contribute to the documentation, you only need a GitHub account. See [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines. To run a local instance of the documentation on your machine, follow these steps: 1. Install a Hugo extended release from [the Hugo releases page](https://github.com/gohugoio/hugo/releases) that's appropriate for your machine. Make sure to install Hugo 0.79 or higher. 2. Navigate to your copy of the repository and run: ```sh hugo server --config config-prod.toml ```