Skip to content

Commit

Permalink
Revert "[doc] Add a readme template for generate docs (#22)"
Browse files Browse the repository at this point in the history
This reverts commit 2c53e4f.
  • Loading branch information
nkysg committed Mar 2, 2023
1 parent 43ac675 commit df6b29f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 214 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# Starcoin Move framework

## Network Deploy status

- halley: latest
- proxima: v11
- barnard: v11
- main: v11

## Documents

- [latest](./build/StarcoinFramework/docs)
- [v11](./release/v11/docs)

## Build and Test

Expand Down
96 changes: 0 additions & 96 deletions build/StarcoinFramework/docs/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions doc_templates/README.md

This file was deleted.

96 changes: 0 additions & 96 deletions release/v11/docs/README.md

This file was deleted.

7 changes: 3 additions & 4 deletions release/README.md → release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,16 @@

- YieldFarmingV2: fix #2989

## Version 10
### Version 10

- Add `0x1::Signature::ecrecover` , `0x1::Hash::ripemd160` and `0x1::EVMAddress`. (#3020)
- Store `VMConfig` info in Module, instead of Resource. (#3019)
- Make `append`, `remove`, `reverse` native in Vector. (#3055)
- Add `U256` implementation. (#3032)
- improve account balance function.(#3058)

## Version 11
### Version 11

- Upgrade bytecode to v4.(#3109)
- Use move pacakge system to organize stdlib source files.(#3109)
- Add `phantom` modifier to NFT and Token Module. (#3109)
- [docs](./v11/docs)
- Add `phantom` modifier to NFT and Token Module. (#3109)

0 comments on commit df6b29f

Please sign in to comment.