Skip to content

Commit

Permalink
Merge pull request #2044 from dfinity/remove-datacenters
Browse files Browse the repository at this point in the history
Remove `/concepts/data-centers`
  • Loading branch information
harpa12 authored Oct 24, 2023
2 parents c598bd5 + 0451344 commit ac62f82
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 41 deletions.
39 changes: 0 additions & 39 deletions docs/concepts/data-centers.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/concepts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You don’t need to know much about the inner workings of the Internet Computer

Knowing a little about the design and architecture of the IC can make it easier for you to realize the benefits that align with your goals and inform the types of applications you develop.

The topics in this section introduce key components and terminology to help you understand the architecture and operation of the IC. Read about the [nodes](./nodes-subnets.md) and [data centers](./data-centers.md) that power it. You can learn more about [canisters](./canisters-code.md), how and why they allow to build decentralized apps hosted fully on chain, and why we should place our [trust](./trust-in-canisters.md) in them. We can see more about how canisters are powered by [tokens and cycles](tokens-cycles.md) and how the Internet Computer is [governed](./governance.md) and developed in a decentralized manner.
The topics in this section introduce key components and terminology to help you understand the architecture and operation of the IC. You can learn more about [canisters](./canisters-code.md), how and why they allow to build decentralized apps hosted fully on chain, and why we should place our [trust](./trust-in-canisters.md) in them. We can see more about how canisters are powered by [tokens and cycles](tokens-cycles.md) and how the Internet Computer is [governed](./governance.md) and developed in a decentralized manner.

If you want to get right to developing code, though, you can skip this introductory material—key concepts and terminology—and look them up later when you need them either in this category or in the [glossary](/docs/references/glossary.md).

Expand Down
1 change: 1 addition & 0 deletions plugins/utils/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ const redirects = `
/docs/developers-guide/concepts/what-is-ic /docs/current/concepts/
/language-guide/index /docs/current/tutorials/developer-journey/level-0/intro-languages
/docs/current/concepts/what-is-IC /docs/current/concepts/
/docs/current/concepts/data-centers /docs/current/concepts/
`
.split(/[\r\n]+/)
.map((line) => line.trim().replace(/^#.*$/, "").trim())
Expand Down
1 change: 0 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ const sidebars = {
},
items: [
"concepts/canisters-code",
"concepts/data-centers",
"developer-docs/gas-cost",
"concepts/governance",
"concepts/nodes-subnets",
Expand Down

0 comments on commit ac62f82

Please sign in to comment.