Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,104 changes: 11 additions & 2,093 deletions core/scripts/cre/environment/README.md

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: CRE Docs
sidebar_position: 0
---

# CRE Docs

This local docs bundle exposes documentation from the `chainlink` repository through the CRE Docusaurus site.

## Main Sections

- [Local CRE](local-cre/index.md)
- [Configuration Reference](CONFIG.md)
- [Secrets Reference](SECRETS.md)
- [Contributing](CONTRIBUTING.md)
- [Community](COMMUNITY.md)

## Local CRE

For Local CRE environment setup, workflow operations, topologies, and CRE smoke tests, start here:

- [Overview](local-cre/index.md)
- [Getting Started](local-cre/getting-started/index.md)
- [Environment](local-cre/environment/index.md)
- [System Tests](local-cre/system-tests/index.md)
7 changes: 7 additions & 0 deletions docs/local-cre/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
position: 50
label: "Local CRE"
collapsible: false
collapsed: false
link:
type: doc
id: local-cre-index
7 changes: 7 additions & 0 deletions docs/local-cre/environment/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
position: 2
label: "Environment"
collapsible: false
collapsed: false
link:
type: doc
id: local-cre-environment-index
Loading
Loading