This is an automated email from the ASF dual-hosted git repository. johnmcw pushed a commit to branch minor_tweaks in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git
commit d818759bd2e3f52de3eea7c073f4cd37ad7dd054 Author: John McCane-Whitney <[email protected]> AuthorDate: Mon Sep 16 15:27:30 2019 +0100 Updated milagro-intro text (issue 19). Replaced help.js with support.md and added 'issues' (issue 20) --- docs/milagro-intro.md | 2 +- docs/support.md | 25 +++++++++++++++++++++++++ website/core/Footer.js | 2 +- website/sidebars.json | 1 + website/siteConfig.js | 2 +- 5 files changed, 29 insertions(+), 3 deletions(-) diff --git a/docs/milagro-intro.md b/docs/milagro-intro.md index fdab6f6..c4f70cf 100644 --- a/docs/milagro-intro.md +++ b/docs/milagro-intro.md @@ -18,7 +18,7 @@ Pairings map pairs of points on an elliptic curve into the multiplicative group [Pairing-Based Cryptography (PBC)](https://en.wikipedia.org/wiki/Pairing-based_cryptography) is emerging as a solution to complex problems that proved intractable to the standard mathematics of Public-Key Cryptography such as Identity-Based Encryption (IBE), whereby the identity of a client can be used as their public key. -In certain use cases, this removes the need for a PKI infrastructure as the main reason to issue certificates is to bind a public / private key pair to an identity - a function not required when using IBE. +In certain use cases, this removes the need for a PKI infrastructure, since the main reason to issue certificates is to bind a public / private key pair to an identity - a function not required when using IBE. Removing the certificate management burden enables the identity management and key lifecycle to take place within the decentralized cryptosystem itself. diff --git a/docs/support.md b/docs/support.md new file mode 100644 index 0000000..2f1c99e --- /dev/null +++ b/docs/support.md @@ -0,0 +1,25 @@ +--- +id: support +title: Support +sidebar_label: Support +--- +## Issues +Please report any bugs or feature requests using the "Issues" tab on our GitHub repositories. + +See our [Contributing](contributor-guide.md) page for a current list. +## Get Involved +To join the Milagro developer's mailing list, please send an email to: +<a href="mailto:[email protected]?Subject=Subscribe" target="_top">dev-subscribe @ milagro.apache.org</a> + +## Milagro Overview +Learn more about Milagro. [Read the docs.](milagro-intro.md) + +## Like cutting-edge crypto? +Join us. [Become a contributor.](contributor-guide.md) + +## Need Status? +We blog. [No, really.](http://milagro.apache.org/blog/) + +<!-- +Supported admonition types are: caution, note, important, tip, warning. +--> \ No newline at end of file diff --git a/website/core/Footer.js b/website/core/Footer.js index 2ef0282..e7cc7b9 100644 --- a/website/core/Footer.js +++ b/website/core/Footer.js @@ -53,7 +53,7 @@ class Footer extends React.Component { <div> <h5>Community</h5> <a - href="../help"> + href="../docs/support"> Support </a> <a diff --git a/website/sidebars.json b/website/sidebars.json index ca5d63c..1d99b29 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -72,6 +72,7 @@ "Project Info": [ "contributor-guide", "downloads", + "support", "../help", "../blog" ] diff --git a/website/siteConfig.js b/website/siteConfig.js index 4442109..98dc2e7 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -40,7 +40,7 @@ const siteConfig = { // For no header links in the top nav bar -> headerLinks: [], headerLinks: [ {doc: 'milagro-intro', label: 'Docs'}, - {page: 'help', label: 'Support'}, + {doc: 'support', label: 'Support'}, {doc: 'contributor-guide', label: 'Contributing'}, {doc: 'downloads', label: 'Downloads'}, {blog: true, label: 'Status'},
