title | description | hide_table_of_contents | hide_title | pagination_next | pagination_prev | custom_edit_url | authors |
---|---|---|---|---|---|---|---|
Developer Docs |
Learn how to build infinitely scalable dapps on the Internet Computer. Explore the possibilities of web 3.0 and learn how to make it reality. |
true |
true |
import DocsHomePage from "@site/src/components/DocsHome/"; import { css } from "@site/src/utils/dummy-css";
<style>{css` .main-wrapper { overflow: hidden; } .container { max-width: none; padding-bottom: 0 !important; } .main-wrapper main { max-width: none; } .theme-doc-footer { display: none; } .pagination-nav { display: none; } .main-wrapper main .row .col { padding: 0 16px; } @media (min-width: 641px) { .main-wrapper main .row .col { padding: 0 32px; } } @media (min-width: 997px) { .main-wrapper main .row .col { padding: 0 50px; } } `}</style>