Documentation for CircleCI.
The CircleCI Documentation is a public repository for the CircleCI Docs, a static website generated by Jekyll. It serves as the main source of documentation for CircleCI, housing various components and branches of documentation. Users can contribute to the documentation by submitting issues or pull requests through the Contributing Guide.
To contribute to the CircleCI Documentation, follow these steps:
git clone https://github.com/circleci/docs.git
cd docs
src-api/source/includes
and make changes to the markdown files.build_api_docs.sh
and .circleci/config.yml
for the compilation process and make changes accordingly.Ensure compliance with markdown style rules by fixing violations automatically using the automated code review tool.
Submit the changes as a pull request following the Contributing Guide.
The CircleCI Documentation repository serves as the central hub for CircleCI’s documentation. It consists of the main site built with Jekyll, API documentation for v1 and v2, and a checklist for testing. Users can contribute by making changes to the relevant components and following the Contributing Guide. The documentation is licensed under Creative Commons Attribution-NonCommercial-ShareAlike CC BY-NC-SA and MIT license for different components.