Skip to content

Commit

Permalink
Merge pull request #2630 from dfinity/update-submodules
Browse files Browse the repository at this point in the history
Update submodules
  • Loading branch information
jessiemongeon1 authored Mar 8, 2024
2 parents 3509a22 + 250b01f commit 2e3a6d7
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 18 deletions.
42 changes: 27 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ docs
├── tutorials // tutorial series (developer journey, hackathon prep course, etc).
```

## Contributing to the dev docs
## Contributing to the Dev Docs

### Contributions' musts:
### Contributions must:

- Must follow the [developer docs style guide](style-guide.md).
- - Must include [document tags](#document-tags).
- Must include [document tags](#document-tags).
- Must include [SEO keywords](#seo-keywords).
- Must be in `.mdx` file format to support the previous two components.
- Must be registered in [`/sidebars.js`](https://github.com/dfinity/portal/blob/master/sidebars.js), otherwise, it will not appear in the
Expand Down Expand Up @@ -113,22 +113,34 @@ import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";
Documentation pages should include two types of keywords:
- Document skill level:
- Beginner
- Intermediate
- Advanced
- Beginner
- Intermediate
- Advanced
- Document type:
- Concept
- Tutorial
- Getting started
- Reference (Reference pages do not require a skill level tag)
- Concept
- Tutorial
- Getting started
- Reference (Reference pages do not require a skill level tag)
Additional, optional (but recommended) tags include:
- Language
- Motoko / Rust / Python / Typescript / Solidity
- Multi-chain integration
- Bitcoin / Ethereum
- Governance (for NNS/SNS docs)
- Language
- Motoko / Rust / Python / Typescript / Solidity
- Multi-chain integration
- Bitcoin / Ethereum
- Governance (for NNS/SNS docs)
### SEO keywords
Expand Down
2 changes: 1 addition & 1 deletion submodules/samples
Submodule samples updated 63 files
+1 −4 hosting/godot-html5-template/README.md
+1 −3 hosting/photo-storage/README.md
+1 −3 hosting/static-website/README.md
+1 −3 hosting/unity-webgl-template/README.md
+2 −3 motoko/actor_reference/README.md
+3 −4 motoko/auth_client_demo/README.md
+1 −3 motoko/basic_bitcoin/README.md
+3 −5 motoko/basic_dao/README.md
+3 −3 motoko/calc/README.md
+2 −3 motoko/cert-var/README.md
+2 −3 motoko/classes/README.md
+6 −5 motoko/composite_query/README.md
+2 −3 motoko/counter/README.md
+1 −4 motoko/defi/README.md
+1 −3 motoko/dip721-nft-container/README.md
+2 −3 motoko/echo/README.md
+10 −5 motoko/encrypted-notes-dapp-vetkd/README.md
+18 −10 motoko/encrypted-notes-dapp/README.md
+2 −3 motoko/factorial/README.md
+9 −12 motoko/hello-world/README.md
+2 −4 motoko/hello/README.md
+2 −4 motoko/hello_cycles/README.md
+3 −3 motoko/http_counter/README.md
+2 −4 motoko/ic-pos/README.md
+3 −3 motoko/icrc2-swap/README.md
+2 −4 motoko/internet_identity_integration/README.md
+2 −3 motoko/invoice-canister/README.md
+1 −1 motoko/invoice-canister/docs/bounty-task-checklist.md
+3 −3 motoko/ios-notifications/README.md
+2 −3 motoko/ledger-transfer/README.md
+2 −3 motoko/life/README.md
+2 −3 motoko/minimal-counter-dapp/README.md
+2 −3 motoko/persistent-storage/README.md
+2 −3 motoko/phone-book/README.md
+3 −3 motoko/pub-sub/README.md
+2 −3 motoko/quicksort/README.md
+2 −3 motoko/random_maze/README.md
+3 −4 motoko/send_http_get/README.md
+3 −4 motoko/send_http_post/README.md
+2 −3 motoko/simple-to-do/README.md
+3 −4 motoko/superheroes/README.md
+2 −3 motoko/threshold-ecdsa/README.md
+3 −3 motoko/vetkd/README.md
+2 −3 motoko/whoami/README.md
+1 −3 rust/basic_bitcoin/README.md
+2 −4 rust/basic_dao/README.md
+1 −3 rust/canister-info/README.md
+3 −4 rust/composite_query/README.md
+2 −4 rust/counter/README.md
+1 −0 rust/defi/src/frontend/declarations
+1 −3 rust/dip721-nft-container/README.md
+8 −8 rust/encrypted-notes-dapp/README.md
+1 −3 rust/hello/README.md
+3 −4 rust/nft-wallet/README.md
+2 −3 rust/performance_counters/README.md
+2 −3 rust/periodic_tasks/README.md
+2 −3 rust/pub-sub/README.md
+2 −3 rust/qrcode/README.md
+2 −4 rust/send_http_get/README.md
+2 −4 rust/send_http_post/README.md
+2 −3 rust/threshold-ecdsa/README.md
+1 −3 rust/tokens_transfer/README.md
+3 −3 rust/vetkd/README.md

0 comments on commit 2e3a6d7

Please sign in to comment.