1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-23 01:36:27 +02:00

lint & format

This commit is contained in:
Matthias Kretschmann 2018-11-12 12:45:10 +01:00
parent 6af53e4ec5
commit 7d461f75f4
Signed by: m
GPG Key ID: 606EEEF3C479A91F
9 changed files with 114 additions and 141 deletions

View File

@ -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" }
}

View File

@ -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)

View File

@ -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
```

View File

@ -7,5 +7,5 @@ Explain our bounties
<repo name="ocean-bounties"></repo>
- [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)

View File

@ -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

View File

@ -23,11 +23,11 @@ To make a feature request or proposal, you can go to the [🐙 Ocean Protocol En
If youre 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/)

View File

@ -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.

View File

@ -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.

View File

@ -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]
<!-- markdownlint-disable no-bare-urls -->
URLs and URLs in angle brackets will automatically get turned into links.
http://www.example.com or <http://www.example.com> and sometimes
example.com (but not on Github, for example).
<!-- markdownlint-enable no-bare-urls -->
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.
<pre><code>```js
...
```
```python
...
```
```java
...
```
```
No language indicated, so no syntax highlighting.
But let's throw in a &lt;b&gt;tag&lt;/b&gt;.
```
</code></pre>
```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 <b>tag</b>.
```
## 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 &lt;Enter&gt; 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
<a href="http://www.youtube.com/watch?feature=player_embedded&v=6YRmyUZr2No" target="_blank">
<img src="http://img.youtube.com/vi/6YRmyUZr2No/0.jpg" alt="IMAGE ALT TEXT HERE" width="240" height="180" border="10" />
<a
href="http://www.youtube.com/watch?feature=player_embedded&v=6YRmyUZr2No"
target="_blank"
>
<img
src="http://img.youtube.com/vi/6YRmyUZr2No/0.jpg"
alt="IMAGE ALT TEXT HERE"
width="240"
height="180"
border="10"
/>
</a>
```
@ -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 `<repo>`, it requires a `name` to be passed:
```
```HTML
<repo name="pleuston"></repo>
```
Resulting in:
<repo name="pleuston"></repo>