Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

[docs] Adding content pages under "developing" section#26816

Merged
jacobcreech merged 12 commits intosolana-labs:masterfrom
nickfrosty:docs-developing-pages
Aug 27, 2022
Merged

[docs] Adding content pages under "developing" section#26816
jacobcreech merged 12 commits intosolana-labs:masterfrom
nickfrosty:docs-developing-pages

Conversation

@nickfrosty
Copy link
Copy Markdown
Contributor

@nickfrosty nickfrosty commented Jul 27, 2022

Problem

The Solana docs are lacking some content pages to explain different concepts in the "developing" section.

Summary of Changes

Added 2 pages for the developers section:

  • what is a solana program
  • what is rent
    Also added links to these page in the developers section sidebar

Fixes #
WIP for #26699

@mergify mergify Bot added the community Community contribution label Jul 27, 2022
@mergify mergify Bot requested a review from a team July 27, 2022 17:55
@jacobcreech jacobcreech requested review from jacobcreech and removed request for a team August 8, 2022 22:00
@nickfrosty nickfrosty changed the title [WIP][docs] Adding content pages under "developing" section [docs] Adding content pages under "developing" section Aug 16, 2022
@nickfrosty nickfrosty marked this pull request as ready for review August 16, 2022 18:00
Copy link
Copy Markdown
Contributor

@jacobcreech jacobcreech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few questions and nits. This is great thus far!

Comment thread docs/src/developing/intro/programs.md Outdated
Comment thread docs/src/developing/intro/programs.md Outdated
Comment thread docs/src/developing/intro/programs.md
Comment thread docs/src/developing/intro/programs.md Outdated
Comment thread docs/src/developing/intro/programs.md Outdated
Comment thread docs/src/developing/intro/programs.md Outdated
Comment thread docs/src/developing/intro/programs.md Outdated
Comment thread docs/src/developing/intro/rent.md Outdated
Comment thread docs/src/developing/intro/rent.md Outdated
Comment thread docs/src/developing/intro/rent.md Outdated
@mergify mergify Bot dismissed jacobcreech’s stale review August 25, 2022 22:15

Pull request has been modified.

@mergify mergify Bot requested a review from a team August 25, 2022 22:15
@nickfrosty nickfrosty requested a review from jacobcreech August 25, 2022 22:17
@jacobcreech jacobcreech removed the request for review from a team August 27, 2022 02:03
@jacobcreech jacobcreech merged commit ad6b280 into solana-labs:master Aug 27, 2022
@nickfrosty nickfrosty deleted the docs-developing-pages branch August 27, 2022 12:03
yihau pushed a commit that referenced this pull request Sep 15, 2022
* feat: added intro to dApps and programs pages

* style: removed whitespaces and updates MD syntax

* fix: spellcheck

* feat: what is rent page

* fix: fix typos and removed whitespaces

* fix: updated terminolgy

* feat: added what is web 3 page

* fix: removed dapps and web3 pages

* feat: added links to the developing sidebar

* fix: updated text based on comments

* fix: fixed link
yihau pushed a commit that referenced this pull request Sep 15, 2022
* feat: added intro to dApps and programs pages

* style: removed whitespaces and updates MD syntax

* fix: spellcheck

* feat: what is rent page

* fix: fix typos and removed whitespaces

* fix: updated terminolgy

* feat: added what is web 3 page

* fix: removed dapps and web3 pages

* feat: added links to the developing sidebar

* fix: updated text based on comments

* fix: fixed link
yihau pushed a commit that referenced this pull request Sep 15, 2022
* feat: added intro to dApps and programs pages

* style: removed whitespaces and updates MD syntax

* fix: spellcheck

* feat: what is rent page

* fix: fix typos and removed whitespaces

* fix: updated terminolgy

* feat: added what is web 3 page

* fix: removed dapps and web3 pages

* feat: added links to the developing sidebar

* fix: updated text based on comments

* fix: fixed link
yihau added a commit that referenced this pull request Sep 26, 2022
* [docs] Adding content pages under "developing" section (#26816)

* feat: added intro to dApps and programs pages

* style: removed whitespaces and updates MD syntax

* fix: spellcheck

* feat: what is rent page

* fix: fix typos and removed whitespaces

* fix: updated terminolgy

* feat: added what is web 3 page

* fix: removed dapps and web3 pages

* feat: added links to the developing sidebar

* fix: updated text based on comments

* fix: fixed link

* fix: fixed the incorrect/unknown redirects (#26844)

* docs: updated "transaction fees" page (#26861)

* docs: transaction fees, compute units, compute budget

* docs: added messages definition

* Revert "docs: added messages definition"

This reverts commit 3c56156.

* docs: added messages definition

* Update docs/src/transaction_fees.md

Co-authored-by: Jacob Creech <82475023+jacobcreech@users.noreply.github.com>

* fix: updates from feedback

Co-authored-by: Jacob Creech <82475023+jacobcreech@users.noreply.github.com>

* docs: updated absolute routes to local routes (#27004)

* [docs] Docs sidebar/navbar restructure (#27005)

* fix: minor title changes

* fix: updated structure of 2 pages

* fix: proposals page and submitting one

added proposals page and made it clear how to submit one

* fix: minor update to docs home page

* fix: footer links

added more footer links and minor restructure

* fix: sidebar restructure

* fix: removed duplicate geyser link

* fix: sidebars and navbar

final separation of sidebars and updated navbar

* fix: formatting for the navbar icons

* fix: changes some sidebar links to refs

* style: changed order of footer's SPL link

* style: removed comment and fixed whitespace check

* [docs] added commitment page (#27265)

feat: added commitment doc

* [docs] developers home page (#27436)

* feat: developers landing page

* fix: updated links

* fix: updated labels for translateIds

* refactor: updated index page to use Card component

* style: removed whitespace

* refactor: added static labels for developer sidebar items

* feat: developer's sidebar and new layout file

* chore: removed whitespace

* fix: removed duplicate CLI sidebar item

* fix: card shadows and RPC card text

* [docs] quickstart guides (#27592)

* feat(wip): rust quickstart page

* feat: added quickstart pages

* fix: updated cards and card layout

* feat: added quickstart home (and to sidebar )

* fix: updated quickstarts

* fix: renamed to get started

* fix: typos and seo

* fix: JS example to interact with the onchain program

* fix empty link

Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>
Co-authored-by: nickfrosty <nfrostbutter@gmail.com>
Co-authored-by: Jacob Creech <82475023+jacobcreech@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

community Community contribution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants