From 7865f846e6bb8338acd483e798af4f4a45a18715 Mon Sep 17 00:00:00 2001 From: Megan Skye <58894568+meganskye@users.noreply.github.com> Date: Thu, 12 Oct 2023 14:19:49 -0700 Subject: [PATCH] update docs-integration-request.md (#465) * remove use/user-guides * address manage assets capitalization * update homepage link to User Guides * Update transak.md * add main section overviews, and subsection cards * fix discord and other broken links * update Flatten function was a plugin -> now built-in to context menu * normalize folder structure and fix missing images * small fixes while we are here * Update docs-integration-request.md --------- Co-authored-by: Gregory Luneau --- docs-integration-request.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/docs-integration-request.md b/docs-integration-request.md index b58ba0bd791..6efb8a14817 100644 --- a/docs-integration-request.md +++ b/docs-integration-request.md @@ -16,16 +16,21 @@ To learn how to set up a local Docusaurus install to view this the way it was in At the top of the .md file add: - `import Figure from '/src/components/figure'` - - and to reference each image, using one example: - - `
` - - Here's another example without a caption; width reduced: - - `
` - + ```r + import image01 from "./img/image01.png" + import image02 from "./img/image02.png" + import image03 from "./img/image03.png" + import ... + ``` + + and to reference each image, as one example: + + ```r +
+ +
+ ``` + - When your document or tutorial is finished, submit a pull request to the [astar-docs](https://github.com/AstarNetwork/astar-docs) repo on Github. Thank you! :::