opentofu/website
Oleksandr Levchenkov 5264ccee99
fix documentation typo in mock provider link (#2146)
Signed-off-by: ollevche <ollevche@gmail.com>
2024-11-06 17:30:40 +02:00
..
data feat: implement issensitive function (#1381) 2024-03-13 11:22:58 +01:00
docs fix documentation typo in mock provider link (#2146) 2024-11-06 17:30:40 +02:00
.eslintrc.js Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
docker-compose.build.yml Fixing website build after versioned docs upgrade (#1553) 2024-04-25 14:11:45 +02:00
docker-compose.yml Fixing website build after versioned docs upgrade (#1553) 2024-04-25 14:11:45 +02:00
Dockerfile Fixing website build after versioned docs upgrade (#1553) 2024-04-25 14:11:45 +02: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 add automated copyright header check (#1696) 2024-06-03 16:49:36 +03:00

OpenTofu Documentation

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

Development server

You can start a local development server with Docker by running the following command from this (the website) directory:

docker compose up --build

The development server will be available on http://localhost:3000/ .

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.

In order to not include copyright headers for code examples used in docs, please, add the files under examples folder. This way, it will be ignored on automated copyright headers check.