diff --git a/.gitignore b/.gitignore index 753405a..87bb836 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ index.html cips/*.html # WGs -wgs/*/*.html \ No newline at end of file +cips/wgs/*/*.html \ No newline at end of file diff --git a/book.toml b/book.toml index 4f0d13d..44a7358 100644 --- a/book.toml +++ b/book.toml @@ -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" diff --git a/cips/SUMMARY.md b/cips/SUMMARY.md new file mode 100644 index 0000000..0e70acc --- /dev/null +++ b/cips/SUMMARY.md @@ -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) \ No newline at end of file diff --git a/assets/cip-15/memo-length.svg b/cips/assets/cip-15/memo-length.svg similarity index 100% rename from assets/cip-15/memo-length.svg rename to cips/assets/cip-15/memo-length.svg diff --git a/assets/cip-21/blob-v2-share-format.svg b/cips/assets/cip-21/blob-v2-share-format.svg similarity index 100% rename from assets/cip-21/blob-v2-share-format.svg rename to cips/assets/cip-21/blob-v2-share-format.svg diff --git a/cips/wgs/README.md b/cips/wgs/README.md new file mode 100644 index 0000000..ea2238e --- /dev/null +++ b/cips/wgs/README.md @@ -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) diff --git a/wgs/da/README.md b/cips/wgs/da/README.md similarity index 100% rename from wgs/da/README.md rename to cips/wgs/da/README.md diff --git a/wgs/interface/README.md b/cips/wgs/interface/README.md similarity index 100% rename from wgs/interface/README.md rename to cips/wgs/interface/README.md diff --git a/wgs/zk/README.md b/cips/wgs/zk/README.md similarity index 100% rename from wgs/zk/README.md rename to cips/wgs/zk/README.md diff --git a/wgs/zk/overview.md b/cips/wgs/zk/overview.md similarity index 100% rename from wgs/zk/overview.md rename to cips/wgs/zk/overview.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md deleted file mode 100644 index 40e2d3f..0000000 --- a/src/SUMMARY.md +++ /dev/null @@ -1,41 +0,0 @@ -# Summary - - -[README.md](../README.md) - -# CIPs -- [CIP-1](../cips/cip-1.md) -- [CIP-2](../cips/cip-2.md) -- [CIP-3](../cips/cip-3.md) -- [CIP-4](../cips/cip-4.md) -- [CIP-5](../cips/cip-5.md) -- [CIP-6](../cips/cip-6.md) -- [CIP-7](../cips/cip-7.md) -- [CIP-8](../cips/cip-8.md) -- [CIP-9](../cips/cip-9.md) -- [CIP-10](../cips/cip-10.md) -- [CIP-11](../cips/cip-11.md) -- [CIP-12](../cips/cip-12.md) -- [CIP-13](../cips/cip-13.md) -- [CIP-14](../cips/cip-14.md) -- [CIP-15](../cips/cip-15.md) -- [CIP-16](../cips/cip-16.md) -- [CIP-17](../cips/cip-17.md) -- [CIP-18](../cips/cip-18.md) -- [CIP-19](../cips/cip-19.md) -- [CIP-20](../cips/cip-20.md) -- [CIP-21](../cips/cip-21.md) -- [CIP-22](../cips/cip-22.md) -- [CIP-23](../cips/cip-23.md) - -# CIP template - -- [CIP Template](../cips/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) \ No newline at end of file diff --git a/wgs/README.md b/wgs/README.md deleted file mode 100644 index a7028e8..0000000 --- a/wgs/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# Working Groups Directory - -Here you will find all working groups -and their meeting notes and recordings if available. - -## Working Groups - -- [DA Working Group](./da/README.md) -- [Interface Working Group](./interface/README.md) -- [ZK Working Group](./zk/README.md)