diff --git a/.markdownlint.json b/.markdownlint.json index 109fff03..bf9a93bb 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -10,6 +10,5 @@ "first-heading-h1": false, "no-trailing-punctuation": false, "ol-prefix": false, - "ul-style": { "style": "dash" }, - "blanks-around-fences": false + "ul-style": { "style": "dash" } } diff --git a/README.md b/README.md index d2b2e329..3b37b5d4 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ and must satisfy some extra requirements: ``` Note: The `description` value will be rendered on-page below the title, and it will also be used for description tags in the HTML header. + 1. Don't include the page title or description in the Markdown section. That is, don't begin the Markdown content with `# This is the Title in Title Case`. Just write as if that were already there. 1. Internal links to other docs pages should be: - to the _full absolute URL_, such as https://docs.oceanprotocol.com/hello/you-are-awesome/ or https://github.com/oceanprotocol/dev-ocean/blob/master/doc/development/style-guides.md or @@ -182,8 +183,8 @@ To enforce a consistent code style, linting is setup for pretty much every file. In this repo the following tools are setup for that: -- ESLint with [eslint-config-oceanprotocol]https://github.com/oceanprotocol/eslint-config-oceanprotocol -- Stylelint with [stylelint-config-bigchaindb]https://github.com/bigchaindb/stylelint-config-bigchaindb +- ESLint with [eslint-config-oceanprotocol](https://github.com/oceanprotocol/eslint-config-oceanprotocol) +- Stylelint with [stylelint-config-bigchaindb](https://github.com/bigchaindb/stylelint-config-bigchaindb) - [markdownlint](https://github.com/DavidAnson/markdownlint) - [Prettier](https://prettier.io) diff --git a/content/concepts/architecture.md b/content/concepts/architecture.md index 969862cf..5ffe562e 100644 --- a/content/concepts/architecture.md +++ b/content/concepts/architecture.md @@ -9,4 +9,6 @@ See the (somewhat-dated) diagram on the page https://github.com/oceanprotocol/de ![Ocean Protocol Components](images/components.png 'Ocean Protocol Components') - +```text +bfhejfrefrze +``` diff --git a/content/concepts/bounties.md b/content/concepts/bounties.md index 7ca5a4a7..09d51975 100644 --- a/content/concepts/bounties.md +++ b/content/concepts/bounties.md @@ -7,5 +7,5 @@ Explain our bounties -- [Gitcoin](https://gitcoin.co/profile/oceanprotocol) -- [bounties.network](https://explorer.bounties.network/explorer?bountyStage=active&search=ocean%20protocol) +- [Gitcoin](https://gitcoin.co/profile/oceanprotocol) +- [bounties.network](https://explorer.bounties.network/explorer?bountyStage=active&search=ocean%20protocol) diff --git a/content/concepts/code-of-conduct.md b/content/concepts/code-of-conduct.md index 96de4324..2c766357 100644 --- a/content/concepts/code-of-conduct.md +++ b/content/concepts/code-of-conduct.md @@ -14,14 +14,14 @@ body size, race, ethnicity, age, religion, nationality, or species. Examples of unacceptable behavior by participants include: -- The use of sexualized language or imagery -- Personal attacks -- Trolling or insulting/derogatory comments -- Public or private harassment -- Publishing other's private information, such as physical or electronic - addresses, without explicit permission -- Deliberate intimidation -- Other unethical or unprofessional conduct +- The use of sexualized language or imagery +- Personal attacks +- Trolling or insulting/derogatory comments +- Public or private harassment +- Publishing other's private information, such as physical or electronic + addresses, without explicit permission +- Deliberate intimidation +- Other unethical or unprofessional conduct Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions diff --git a/content/concepts/contributing.md b/content/concepts/contributing.md index 38c7576a..a36a1115 100644 --- a/content/concepts/contributing.md +++ b/content/concepts/contributing.md @@ -23,11 +23,11 @@ To make a feature request or proposal, you can go to the [🐙 Ocean Protocol En If you’re writing code, you should also update any related docs. However, you might want to write docs only, such as: -- General explainers -- Tutorials -- Courses -- Code explanations -- News from recent events +- General explainers +- Tutorials +- Courses +- Code explanations +- News from recent events For instructions on how to contribute to our main documentation check out the docs repo. @@ -40,4 +40,4 @@ For instructions on how to contribute to our main documentation check out the do ## Participate in a bounty -- [Bounties](/concepts/bounties/) +- [Bounties](/concepts/bounties/) diff --git a/content/concepts/development.md b/content/concepts/development.md index 81cb38a6..5c6a9efc 100644 --- a/content/concepts/development.md +++ b/content/concepts/development.md @@ -13,9 +13,9 @@ Ocean Protocol uses [C4 Standard process](https://github.com/unprotocols/rfc/blo We use GitHub as a means for maintaining and tracking issues, roadmap and source code development. -- [Ocean Protocol on GitHub](https://github.com/oceanprotocol) -- [Business Board (Ocean Roadmap)](https://github.com/oceanprotocol/ocean/projects/1) -- [Milestones](https://github.com/oceanprotocol/ocean/milestones?direction=asc&sort=due_date&state=open) +- [Ocean Protocol on GitHub](https://github.com/oceanprotocol) +- [Business Board (Ocean Roadmap)](https://github.com/oceanprotocol/ocean/projects/1) +- [Milestones](https://github.com/oceanprotocol/ocean/milestones?direction=asc&sort=due_date&state=open) We use the _dev-ocean_ repository for internal documentation of most of our engineering processes. diff --git a/content/setup/marketplace.md b/content/setup/marketplace.md index 5bbcb080..61b41199 100644 --- a/content/setup/marketplace.md +++ b/content/setup/marketplace.md @@ -56,8 +56,8 @@ TODO: Add instructions here. At the time of writing, Aquarius worked with three databases: -- MongoDB -- Elasticsearch -- BigchainDB +- MongoDB +- Elasticsearch +- BigchainDB TODO: Outline the pros and cons of each database. diff --git a/content/test.md b/content/test.md index 3f8c37b4..abad41e0 100644 --- a/content/test.md +++ b/content/test.md @@ -7,23 +7,23 @@ For more complete info, see [John Gruber's original spec](http://daringfireball. ## Table of Contents -* [Headers](#headers) -* [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) +- [Headers](#headers) +- [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) ## Headers -``` +```text # H1 ## H2 ### H3 @@ -32,14 +32,18 @@ For more complete info, see [John Gruber's original spec](http://daringfireball. ``` # H1 + ## H2 + ### H3 + #### H4 + ##### H5 ## Emphasis -``` +```text Emphasis, aka italics, with *asterisks* or _underscores_. Strong emphasis, aka bold, with **asterisks** or __underscores__. @@ -49,9 +53,9 @@ Combined emphasis with **asterisks and _underscores_**. Strikethrough uses two tildes. ~~Scratch this.~~ ``` -Emphasis, aka italics, with *asterisks* or _underscores_. +Emphasis, aka italics, with _asterisks_ or _underscores_. -Strong emphasis, aka bold, with **asterisks** or __underscores__. +Strong emphasis, aka bold, with **asterisks** or **underscores**. Combined emphasis with **asterisks and _underscores_**. @@ -59,38 +63,32 @@ Strikethrough uses two tildes. ~~Scratch this.~~ ## Lists -``` +```text 1. First ordered list item 2. Another item - * Unordered sub-list. + - Unordered sub-list. 1. Actual numbers don't matter, just that it's a number 1. Ordered sub-list 4. And another item. Some text that should be aligned with the above item. -* Unordered list can use asterisks -- Or minuses -+ Or pluses ``` 1. First ordered list item 2. Another item - * Unordered sub-list. -1. Actual numbers don't matter, just that it's a number + - Unordered sub-list. +3. Actual numbers don't matter, just that it's a number 1. Ordered sub-list 4. And another item. Some text that should be aligned with the above item. -* Unordered list can use asterisks -- Or minuses -+ Or pluses ## Links There are two ways to create links. -``` +```markdown [I'm an inline-style link](https://www.google.com) -[I'm a reference-style link][Arbitrary case-insensitive reference text] +[I'm a reference-style link][arbitrary case-insensitive reference text] [You can use numbers for reference-style link definitions][1] @@ -109,16 +107,20 @@ Some text to show that the reference links can follow later. [I'm an inline-style link](https://www.google.com) -[I'm a reference-style link][Arbitrary case-insensitive reference text] +[I'm a reference-style link][arbitrary case-insensitive reference text] [You can use numbers for reference-style link definitions][1] Or leave it empty and use the [link text itself] + + URLs and URLs in angle brackets will automatically get turned into links. http://www.example.com or and sometimes example.com (but not on Github, for example). + + Some text to show that the reference links can follow later. [arbitrary case-insensitive reference text]: https://www.mozilla.org @@ -127,20 +129,19 @@ Some text to show that the reference links can follow later. ## Images -``` -![alt text](jellyfish-grid@2x.png "Ocean Protocol Jellyfish") +```markdown +![alt text](jellyfish-grid@2x.png 'Ocean Protocol Jellyfish') ``` Here's our jellyfish, with the title being output as caption: -![alt text](../node_modules/@oceanprotocol/art/jellyfish/jellyfish-grid@2x.png "Ocean Protocol Jellyfish") - +![alt text](../node_modules/@oceanprotocol/art/jellyfish/jellyfish-grid@2x.png 'Ocean Protocol Jellyfish') ## Code and Syntax Highlighting -Code blocks are part of the Markdown spec, but syntax highlighting isn't. However, many renderers -- like Github's and *Markdown Here* -- support syntax highlighting. +Code blocks are part of the Markdown spec, but syntax highlighting isn't. However, many renderers -- like Github's and _Markdown Here_ -- support syntax highlighting. -``` +```text Inline `code` has `back-ticks around` it. ``` @@ -148,24 +149,6 @@ Inline `code` has `back-ticks around` it. Blocks of code are either fenced by lines with three back-ticks, or are indented with four spaces. I recommend only using the fenced code blocks -- they're easier and only they support syntax highlighting. -
```js
-...
-```
-
-```python
-...
-```
-
-```java
-...
-```
-
-```
-No language indicated, so no syntax highlighting.
-But let's throw in a <b>tag</b>.
-```
-
- ```bash git clone https://github.com/oceanprotocol/docker-images.git cd docker-images/ @@ -174,16 +157,15 @@ cd docker-images/ ``` ```js -const { Ocean, Logger } = require('@oceanprotocol/squid'); +const { Ocean, Logger } = require('@oceanprotocol/squid') +;(async () => { + const ocean = await Ocean.getInstance({ + nodeUri: 'http://localhost:8545' + }) -(async () => { - const ocean = await Ocean.getInstance({ - nodeUri: 'http://localhost:8545' - }) + const accounts = await ocean.getAccounts() - const accounts = await ocean.getAccounts() - - Logger.log(JSON.stringify(accounts, null, 2)) + Logger.log(JSON.stringify(accounts, null, 2)) })() ``` @@ -211,48 +193,47 @@ public interface FromJsonToModel { } ``` -``` +```text No language indicated, so no syntax highlighting in Markdown Here (varies on Github). But let's throw in a tag. ``` ## Tables -Tables aren't part of the core Markdown spec, but they are part of GFM and *Markdown Here* supports them. They are an easy way of adding tables to your email -- a task that would otherwise require copy-pasting from another application. +Tables aren't part of the core Markdown spec, but they are part of GFM and _Markdown Here_ supports them. They are an easy way of adding tables to your email -- a task that would otherwise require copy-pasting from another application. ```markdown Colons can be used to align columns. -| Tables | Are | Cool | -| ------------- | :-----------: | ----: | -| col 3 is | right-aligned | $1600 | -| col 2 is | centered | $12 | -| zebra stripes | are neat | $1 | +| Tables | Are | Cool | +| ------------- | :-----------: | -----: | +| col 3 is | right-aligned | \$1600 | +| col 2 is | centered | \$12 | +| zebra stripes | are neat | \$1 | The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown. -| | Markdown | Less | Pretty | | +| | Markdown | Less | Pretty | | | | ------------- | --------------- | ---------- |------- | -| | *Still* | `renders` | **nicely** | | -| | 1 | 2 | 3 | | +| | _Still_ | `renders` | **nicely** | | +| | 1 | 2 | 3 | | ``` Colons can be used to align columns. -| Tables | Are | Cool | -| ------------- | :-----------: | ----: | -| col 3 is | right-aligned | $1600 | -| col 2 is | centered | $12 | -| zebra stripes | are neat | $1 | +| Tables | Are | Cool | +| ------------- | :-----------: | -----: | +| col 3 is | right-aligned | \$1600 | +| col 2 is | centered | \$12 | +| zebra stripes | are neat | \$1 | The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown. | Markdown | Less | Pretty | | -------- | --------- | ---------- | -| *Still* | `renders` | **nicely** | +| _Still_ | `renders` | **nicely** | | 1 | 2 | 3 | - ## Blockquotes ```markdown @@ -261,7 +242,7 @@ The outer pipes (|) are optional, and you don't need to make the raw Markdown li Quote break. -> This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can *put* **Markdown** into a blockquote. +> This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can _put_ **Markdown** into a blockquote. ``` > Blockquotes are very handy in email to emulate reply text. @@ -269,7 +250,7 @@ Quote break. Quote break. -> This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can *put* **Markdown** into a blockquote. +> This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can _put_ **Markdown** into a blockquote. ## Inline HTML @@ -295,43 +276,25 @@ You can also use raw HTML in your Markdown, and it'll mostly work pretty well. ## Horizontal Rule +```text +Hypens +--- +Hyphens ``` -Three or more... + +Hypens --- Hyphens -*** - -Asterisks - -___ - -Underscores -``` - -Three or more... - ---- - -Hyphens - -*** - -Asterisks - -___ - -Underscores - ## Line Breaks My basic recommendation for learning how line breaks work is to experiment and discover -- hit <Enter> once (i.e., insert one newline), then hit it twice (i.e., insert two newlines), see what happens. You'll soon learn to get what you want. "Markdown Toggle" is your friend. Here are some things to try out: -``` +```text Here's a line for us to start with. This line is separated from the one above by two newlines, so it will be a *separate paragraph*. @@ -342,18 +305,18 @@ This line is only separated by a single newline, so it's a separate line in the Here's a line for us to start with. -This line is separated from the one above by two newlines, so it will be a *separate paragraph*. +This line is separated from the one above by two newlines, so it will be a _separate paragraph_. This line is also begins a separate paragraph, but... -This line is only separated by a single newline, so it's a separate line in the *same paragraph*. +This line is only separated by a single newline, so it's a separate line in the _same paragraph_. -(Technical note: *Markdown Here* uses GFM line breaks, so there's no need to use MD's two-space line breaks.) +(Technical note: _Markdown Here_ uses GFM line breaks, so there's no need to use MD's two-space line breaks.) ## Videos Videos can be embedded like so, works with YouTube, Vimeo, VideoPress, Twitch: -``` +```text `video: https://www.youtube.com/watch?v=6YRmyUZr2No` ``` @@ -364,8 +327,17 @@ resulting in: You can also add an image with a link to the video like this: ```html - - IMAGE ALT TEXT HERE + + IMAGE ALT TEXT HERE ``` @@ -387,11 +359,10 @@ Note that the component name in Markdown needs to be always in lowercase, and ha The `Repository` component fetching and displaying information about a GitHub repo. Component can be used in Markdown as ``, it requires a `name` to be passed: -``` +```HTML ``` Resulting in: -