opentofu/website
Marcin Białoń d12ccd12bb
Backend/S3: Add support for custom CA bundle (#762)
Signed-off-by: Marcin Białoń <mbialon@spacelift.io>
2023-10-24 13:36:32 +02:00
..
data Rename website to OpenTofu (#516) 2023-09-21 10:57:47 +01:00
docs Backend/S3: Add support for custom CA bundle (#762) 2023-10-24 13:36:32 +02:00
.eslintrc.js Added eslint + remark-lint to our documentation pages (#249) 2023-09-06 17:16:54 +01:00
package-lock.json Rename website to OpenTofu (#516) 2023-09-21 10:57:47 +01:00
package.json Rename website to OpenTofu (#516) 2023-09-21 10:57:47 +01:00
README.md Enhance the documentation to show how to run the docs website locally (#638) 2023-10-04 10:58:55 +02:00

OpenTofu Documentation

This directory contains the portions of the OpenTofu website that pertain to the core functionality, excluding providers and the overall configuration.

Suggesting Changes

You can submit an issue with documentation requests or submit a pull request with suggested changes.

Click Edit this page at the bottom of any OpenTofu website page to go directly to the associated markdown file in GitHub.

Modifying Sidebar Navigation

You must update the sidebar navigation when you add or delete documentation .mdx files. If you do not update the navigation, the website deploy preview fails.

To update the sidebar navigation, you must edit the appropriate nav-data.json file. This repository contains the sidebar navigation files for the following documentation sets:

Previewing Changes

Currently, you can preview your changes through the opentofu/opentofu.org repository.

Follow the Getting Started guide. If you would like to fetch the documentation from another repository and another branch, you can run the make command with REPO_URL and BRANCH arguments before starting the development server:

make REPO_URL="<your_forked_repo_url>" BRANCH="<branch_name>"

Deploying Changes

Coming soon: Documenting the deployment process for the documentation website repo.