diff --git a/README.md b/README.md index 1f5fd184..249c74d4 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ - [Repositories](#repositories) - [Development](#development) - [Using npm](#using-npm) - - [Using Docker](#use-docker) + - [Using Docker](#using-docker) - [Linting & Formatting](#linting--formatting) - [Editor Setup: VS Code](#editor-setup-vs-code) - [GitHub GraphQL API](#github-graphql-api) @@ -166,7 +166,7 @@ Additionally, you can attach multiple links to a repo. The GitHub link is automa url: https://github.com/oceanprotocol/keeper-contracts/tree/develop/doc ``` -in [`/data/repositories.yml`](data/repositories.yml). +in [`/data/repositories.yml`](data/repositories.yml). The links defined in this file will also be used to enhance the display of the repository component on all other pages. ## Development diff --git a/content/test.md b/content/test.md index b90152d0..78b1c6c5 100644 --- a/content/test.md +++ b/content/test.md @@ -5,24 +5,6 @@ description: On this site, Markdown is transformed to HTML through Remark follow For more complete info, see [John Gruber's original spec](http://daringfireball.net/projects/markdown/) and the [Github-flavored Markdown info page](http://github.github.com/github-flavored-markdown/). -## Table of Contents - -- [Headers](#header) -- [Emphasis](#emphasis) -- [Lists](#lists) -- [Links](#links) -- [Images](#images) -- [Code and Syntax Highlighting](#code-and-syntax-highlighting) -- [Tables](#tables) -- [Blockquotes](#blockquotes) -- [Inline HTML](#inline-html) -- [Horizontal Rule](#horizontal-rule) -- [Line Breaks](#line-breaks) -- [Videos](#videos) -- [React Components in Markdown](#react-components-in-markdown) -- [Repository Component](#repository-component) -- [Embedding File Contents from GitHub](#embedding-file-contents-from-github) - ## Headers ```text @@ -347,7 +329,7 @@ Or, in pure Markdown, but losing the image sizing and border: [![IMAGE ALT TEXT HERE](http://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/0.jpg)](http://www.youtube.com/watch?v=YOUTUBE_VIDEO_ID_HERE) ``` -### Repository Component +## GitHub Repository Component In all Markdown docs you can use some select React Components. This magic is done with [gatsby-remark-component](https://www.gatsbyjs.org/packages/gatsby-remark-component/).