From 2804bf19beb7dae17b15de4d84bd7f261568f350 Mon Sep 17 00:00:00 2001 From: Armani Ferrante Date: Sat, 3 Jul 2021 15:12:45 -0700 Subject: [PATCH] docs: Misc cleanup (#465) --- docs/src/.vuepress/config.js | 2 +- docs/src/getting-started/introduction.md | 2 +- docs/src/getting-started/projects.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/.vuepress/config.js b/docs/src/.vuepress/config.js index 6bc202b62..8b6b281b3 100755 --- a/docs/src/.vuepress/config.js +++ b/docs/src/.vuepress/config.js @@ -5,7 +5,7 @@ module.exports = { /** * Ref:https://v1.vuepress.vuejs.org/config/#title */ - title: "Anchor", + title: "⚓ Anchor", /** * Ref:https://v1.vuepress.vuejs.org/config/#description */ diff --git a/docs/src/getting-started/introduction.md b/docs/src/getting-started/introduction.md index 37ec563d6..a778cb4c1 100644 --- a/docs/src/getting-started/introduction.md +++ b/docs/src/getting-started/introduction.md @@ -9,7 +9,7 @@ Anchor is a framework for Solana's [Sealevel](https://medium.com/solana-labs/sea If you're familiar with developing in Ethereum's [Solidity](https://docs.soliditylang.org/en/v0.7.4/), [Truffle](https://www.trufflesuite.com/), [web3.js](https://github.com/ethereum/web3.js) or Parity's [Ink!](https://github.com/paritytech/ink), then the experience will be familiar. Although the DSL syntax and semantics are targeted at Solana, the high level flow of writing RPC request handlers, emitting an IDL, and generating clients from IDL is the same. -Here, we'll walkthrough several tutorials demonstrating how to use Anchor. To skip the tutorials and jump straight to examples, go [here](https://github.com/project-serum/anchor/blob/master/examples). For an introduction to Solana, see the [docs](https://docs.solana.com/developing/programming-model/overview). +Here, we'll walk through several tutorials demonstrating how to use Anchor. To skip the tutorials and jump straight to examples, go [here](https://github.com/project-serum/anchor/blob/master/examples). For an introduction to Solana, see the [docs](https://docs.solana.com/developing/programming-model/overview). ::: tip NOTE Anchor is in active development, so all APIs are subject to change. If you are one of the early developers to try it out and have feedback, please reach out by [filing an issue](https://github.com/project-serum/anchor/issues/new). This documentation is a work in progress and is expected to change dramatically as features continue to be built out. If you have any problems, consult the [source](https://github.com/project-serum/anchor) or feel free to ask questions on the [Serum Discord](https://discord.gg/rg5ZZPmmTm). diff --git a/docs/src/getting-started/projects.md b/docs/src/getting-started/projects.md index 0a5ad3fa2..734199583 100644 --- a/docs/src/getting-started/projects.md +++ b/docs/src/getting-started/projects.md @@ -1,6 +1,6 @@ # Projects -Projects using Anchor include +Open a pull request to add your project to the [list](https://github.com/project-serum/anchor/blob/master/docs/src/getting-started/projects.md). * [Serum](https://github.com/project-serum) * [Synthetify](https://github.com/Synthetify)