Skip to content

Commit

Permalink
feat: move assets, and wgs into cips dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Jul 18, 2024
1 parent 07b470d commit e808251
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ index.html
cips/*.html

# WGs
wgs/*/*.html
cips/wgs/*/*.html
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ multilingual = false
title = "Celestia Improvement Proposals (CIPs)"
description = "The Celestia Improvement Proposal (CIP) process and CIPs."
theme = "theme"
src = "src"
src = "cips"

[output.html]
default-theme = "light"
Expand Down
41 changes: 41 additions & 0 deletions cips/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Summary


[README.md](../README.md)

# CIPs
- [CIP-1](./cip-1.md)
- [CIP-2](./cip-2.md)
- [CIP-3](./cip-3.md)
- [CIP-4](./cip-4.md)
- [CIP-5](./cip-5.md)
- [CIP-6](./cip-6.md)
- [CIP-7](./cip-7.md)
- [CIP-8](./cip-8.md)
- [CIP-9](./cip-9.md)
- [CIP-10](./cip-10.md)
- [CIP-11](./cip-11.md)
- [CIP-12](./cip-12.md)
- [CIP-13](./cip-13.md)
- [CIP-14](./cip-14.md)
- [CIP-15](./cip-15.md)
- [CIP-16](./cip-16.md)
- [CIP-17](./cip-17.md)
- [CIP-18](./cip-18.md)
- [CIP-19](./cip-19.md)
- [CIP-20](./cip-20.md)
- [CIP-21](./cip-21.md)
- [CIP-22](./cip-22.md)
- [CIP-23](./cip-23.md)

# CIP template

- [CIP Template](./cip-template.md)

# Working Groups

- [WGs overview](./wgs/README.md)
- [Data Availability](./wgs/da/README.md)
- [Interface](./wgs/interface/README.md)
- [zk](./wgs/zk/README.md)
- [Overview of ZK Accounts](./wgs/zk/overview.md)
File renamed without changes
File renamed without changes
10 changes: 10 additions & 0 deletions cips/wgs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Working Groups Directory

Here you will find all working groups
and their meeting notes and recordings if available.

## Working Groups

- [DA Working Group](../wgs/da/README.md)
- [Interface Working Group](../wgs/interface/README.md)
- [ZK Working Group](../wgs/zk/README.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
41 changes: 0 additions & 41 deletions src/SUMMARY.md

This file was deleted.

10 changes: 0 additions & 10 deletions wgs/README.md

This file was deleted.

0 comments on commit e808251

Please sign in to comment.