Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d4a2b6f
adding deploy section
sbvegan Jun 4, 2024
e7e762e
small refactor to tutorial page
sbvegan Jun 4, 2024
6700d4f
stopped at line 168 in config.go
sbvegan Jun 5, 2024
3dc26c5
adding remaining missing configs
sbvegan Jun 5, 2024
f412cdc
linting
sbvegan Jun 7, 2024
6b9a12e
adding standard configuration notes
sbvegan Jun 7, 2024
4e366a2
adding some details
sbvegan Jun 7, 2024
9294c2a
refactoring configuration page
sbvegan Jun 10, 2024
9fc1240
removing configuration page link
sbvegan Jun 10, 2024
eb30500
Merge branch 'main' into deploy-section
sbvegan Jun 10, 2024
6b4938b
updating current wip
sbvegan Jun 11, 2024
9e87d06
new updates
sbvegan Jun 13, 2024
e71daa2
linting
sbvegan Jun 13, 2024
df82cc4
Apply suggestions from code review
sbvegan Jun 14, 2024
33d6756
moving things around
sbvegan Jun 14, 2024
e66eb78
improving ledgibility
sbvegan Jun 14, 2024
988d681
removing examples for now
sbvegan Jun 16, 2024
c0698cb
Merge branch 'main' into deploy-section
sbvegan Jun 16, 2024
e6c28a0
linting
sbvegan Jun 16, 2024
bc86bb2
Apply suggestions from code review
sbvegan Jun 17, 2024
bfebb3b
fixing broken links
sbvegan Jun 17, 2024
3fc8c0c
adding fjord note
sbvegan Jun 17, 2024
443e21c
Apply suggestions from code review
sbvegan Jun 17, 2024
7a34dfd
Update smart-contracts.mdx
cpengilly Jun 17, 2024
9a4e84a
some coderabbit suggestions
sbvegan Jun 18, 2024
f89f2a9
fixing header
sbvegan Jun 18, 2024
d8b47e5
Merge branch 'main' into deploy-section
sbvegan Jun 18, 2024
97002d2
Update pages/builders/chain-operators/management/best-practices.mdx
sbvegan Jun 18, 2024
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
4 changes: 3 additions & 1 deletion pages/builders/chain-operators/_meta.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"architecture": "Architecture",
"self-hosted": "Start a Self-Hosted Chain",
"tutorials": "Tutorials",
"configuration": "Chain Configuration",
"management": "Chain Management",
"features": "Chain Features",
"deploy": "Deployment",
"tutorials": "Tutorials",
"tools": "Chain Tools",
"hacks": "OP Stack Hacks"
}
6 changes: 6 additions & 0 deletions pages/builders/chain-operators/configuration/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"overview": "Overview",
"rollup": "Rollup Configuration",
"batcher": "Batcher Configuration",
"proposer": "Proposer Configuration"
}
Loading