Revert "Added token ts docs (#2575)" (#2933)

This reverts commit f64df314a3.
This commit is contained in:
Jacob Creech 2022-02-18 20:44:45 -06:00 committed by GitHub
parent f64df314a3
commit 90aac5c98f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 971 deletions

View File

@ -14,7 +14,7 @@ module.exports = {
src: "img/logo-horizontal.svg",
srcDark: "img/logo-horizontal-dark.svg",
},
items: [
links: [
{
href: "https://docs.solana.com/",
label: "Docs »",

View File

@ -24,7 +24,7 @@ campaigns difficult and just generally increases the friction of token
transfers. AToken allows the sender to create the associated token account for
the receiver, so the token transfer just works.
See the [SPL Token](token.mdx) program for more information about tokens in
See the [SPL Token](token.md) program for more information about tokens in
general.
## Background

View File

@ -5,7 +5,7 @@ title: Feature Proposal Program
The Feature Proposal Program provides a workflow for activation of Solana
network features through community vote based on validator stake weight.
Community voting is accomplished using [SPL Tokens](token.mdx). Tokens are
Community voting is accomplished using [SPL Tokens](token.md). Tokens are
minted that represent the total active stake on the network, and distributed to
all validators based on their stake. Validators vote for feature activation by
transferring their vote tokens to a predetermined address. Once the vote

File diff suppressed because it is too large Load Diff