Skip to content

Commit

Permalink
Merge branch 'jmongeon-docs-restructure' into app-architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Feb 5, 2025
2 parents bc1faba + 41f6a41 commit 7e227cf
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion docs/building-apps/getting-started/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";
import { GlossaryTooltip } from "/src/components/Tooltip/GlossaryTooltip";
import { OsType, useOs } from "/src/hooks/useOs";

# Installing the IC SDK
# Installing the CLI

<MarkdownChipRow labels={["Beginner", "Getting started"]} />

Expand Down
2 changes: 2 additions & 0 deletions docs/building-apps/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ You can try other templates. Run `dfx new -h` for more information about the sup

#### Possible next steps

- Learn more about this example [application's architecture](application-architecture.mdx).

- Take a look at curated example code in [ICP Ninja](https://icp.ninja), a web-based IDE that allows you to deploy to the mainnet with a few clicks.

- Fork the [ICP example repo](https://github.com/dfinity/examples) that includes various code examples in different languages.
Expand Down
78 changes: 38 additions & 40 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,22 @@ build: [
},
{
type: "doc",
label: "Installing the IC SDK",
label: "ICP primer",
id: "building-apps/getting-started/icp-primer",
},
{
type: "doc",
label: "Installing the CLI",
id: "building-apps/getting-started/install",
},
{
type: "doc",
label: "Developer identities",
label: "Create a developer identity",
id: "building-apps/getting-started/identities",
},
{
type: "doc",
label: "Using tokens & cycles",
label: "Tokens & cycles",
id: "building-apps/getting-started/tokens-and-cycles",
},
],
Expand Down Expand Up @@ -99,7 +104,7 @@ build: [
},
{
type: "category",
label: "Command-line tools",
label: "CLI",
items: [
{
type: "category",
Expand Down Expand Up @@ -167,13 +172,6 @@ build: [
],
},
"building-apps/developer-tools/ide/icp-ninja",
{
type: "category",
label: "Other",
items: [
"building-apps/developer-tools/ic-js",
],
},
],
},
{
Expand Down Expand Up @@ -219,34 +217,6 @@ build: [
},
],
},
{
type: "category",
label: "Advanced",
items:
[
{
type: "category",
label: "Testing canisters",
link: {
type: "doc",
id: "building-apps/advanced/test/overview",
},
items: [
"building-apps/advanced/test/pocket-ic"
],
},
"building-apps/advanced/using-third-party-canisters",
"building-apps/advanced/benchmarking",
{
type: "category",
label: "Canister optimization",
items: [
"building-apps/advanced/optimize/motoko",
"building-apps/advanced/optimize/rust",
],
},
],
},
{
type: "category",
label: "Canister management",
Expand All @@ -268,7 +238,7 @@ build: [
},
{
type: "category",
label: "Frontends",
label: "Building frontends",
items: [
"building-apps/frontends/using-an-asset-canister",
"building-apps/frontends/uploading-serving-assets",
Expand All @@ -285,6 +255,34 @@ build: [
},
],
},
{
type: "category",
label: "Advanced development",
items:
[
{
type: "category",
label: "Testing canisters",
link: {
type: "doc",
id: "building-apps/advanced/test/overview",
},
items: [
"building-apps/advanced/test/pocket-ic"
],
},
"building-apps/advanced/using-third-party-canisters",
"building-apps/advanced/benchmarking",
{
type: "category",
label: "Canister optimization",
items: [
"building-apps/advanced/optimize/motoko",
"building-apps/advanced/optimize/rust",
],
},
],
},
{
type: "category",
label: "User authentication",
Expand Down

0 comments on commit 7e227cf

Please sign in to comment.