diff --git a/docs/accepting-monero/overview.md b/docs/accepting-monero/overview.md new file mode 100644 index 0000000..e8707a8 --- /dev/null +++ b/docs/accepting-monero/overview.md @@ -0,0 +1,15 @@ +--- +title: Accepting Monero for Businesses | Monero Documentation +--- +# Accepting Monero for Businesses + +This is for businesses that want to accept Monero in an automated way, including: + +* merchants +* service providers +* exchanges + +We prepared a comparison of available venues to accept Monero, as of 2019-01-28: + + +[ Accepting Monero as a Business - Comparison Matrix](/r/accepting-monero-comparison-matrix) diff --git a/docs/images/sheets-icon.png b/docs/images/sheets-icon.png new file mode 100644 index 0000000..f55b0b6 Binary files /dev/null and b/docs/images/sheets-icon.png differ diff --git a/docs/r/accepting-monero-comparison-matrix.md b/docs/r/accepting-monero-comparison-matrix.md new file mode 100644 index 0000000..4d4fbaa --- /dev/null +++ b/docs/r/accepting-monero-comparison-matrix.md @@ -0,0 +1,3 @@ +--- +redirect: https://docs.google.com/spreadsheets/d/1pqwEYe4WFKeuY2iNn2tUkbinfmoH2KBrepWLIJOHL7I +--- diff --git a/index.html b/index.html deleted file mode 100644 index 6b72ec4..0000000 --- a/index.html +++ /dev/null @@ -1,454 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Monero Docs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- -
- - - - -
-
- - -
-
-
- -
-
-
- - -
-
-
- - -
-
-
- - -
-
- - - - - -

Unofficial Monero Documentation

-

Monerodocs attempts to organize basic technical knowledge on Monero in one place.

-

The goal is to educate and onboard power users faster.

-

While technical explanations are out there, the information is scattered through reddit posts, git comments, stack exchange answers, chat logs and the source code. This makes it hard to find complete and up-to-date explanations on advanced topics.

-

If you spot errors or issues please kindly drop me an email at qertoip@gmail.com or submit a github pull request.

- - - - - - - -
-
-
-
- - - - -
- - - - - - - - - - - \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 2c4643e..98344da 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -39,6 +39,8 @@ nav: - Infrastructure: - Mainnet, stagenet, testnet: 'infrastructure/networks.md' - MoneroPulse: 'infrastructure/monero-pulse.md' +- Accepting Monero: + - Overview: 'accepting-monero/overview.md' theme: name: 'material' @@ -60,8 +62,11 @@ repo_url: 'https://github.com/monerodocs/md' markdown_extensions: # https://squidfunk.github.io/mkdocs-material/extensions/admonition/ - - admonition - - codehilite: + - markdown.extensions.admonition + - markdown.extensions.codehilite: guess_lang: false - - toc: + - markdown.extensions.def_list + - markdown.extensions.footnotes + - markdown.extensions.meta + - markdown.extensions.toc: permalink: true