-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Igor Lilic
committed
Jul 6, 2021
1 parent
76d9d05
commit b4f719e
Showing
1 changed file
with
3 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,5 @@ | ||
# community_docs | ||
# IC Dev Community Docs | ||
|
||
Welcome to your new community_docs project and to the internet computer development community. By default, creating a new project adds this README and some template files to your project directory. You can edit these template files to customize your project and to include your own code to speed up the development cycle. | ||
Welcome to the IC Dev Community Docs repo. This is the main repository for the `mdbook` containing all the documentation found on [IC Dev Community Docs canister](https://frdop-7aaaa-aaaah-aadla-cai.ic0.app/). | ||
|
||
To get started, you might want to explore the project directory structure and the default configuration file. Working with this project in your development environment will not affect any production deployment or identity tokens. | ||
|
||
To learn more before you start working with community_docs, see the following documentation available online: | ||
|
||
- [Quick Start](https://sdk.dfinity.org/docs/quickstart/quickstart-intro.html) | ||
- [SDK Developer Tools](https://sdk.dfinity.org/docs/developers-guide/sdk-guide.html) | ||
- [Motoko Programming Language Guide](https://sdk.dfinity.org/docs/language-guide/motoko.html) | ||
- [Motoko Language Quick Reference](https://sdk.dfinity.org/docs/language-guide/language-manual.html) | ||
|
||
If you want to start working on your project right away, you might want to try the following commands: | ||
|
||
```bash | ||
cd community_docs/ | ||
dfx help | ||
dfx config --help | ||
``` | ||
Stay tuned for more updates. |