From 97e9634c91565b18521e2c51f3995032f365c145 Mon Sep 17 00:00:00 2001 From: moxiegirl Date: Tue, 28 Aug 2018 14:50:19 -0700 Subject: [PATCH] Adding in the support for core Signed-off-by: moxiegirl --- README.md | 4 + _data/navigation_bns.yml | 24 + _data/navigation_home.yml | 2 +- _data/navigation_naming.yml | 59 - .../{related-naming.html => related-bns.html} | 2 +- _layouts/{naming.html => bns.html} | 36 +- _site/2017/05/25/post63.html | 24 +- _site/404.html | 16 +- _site/README.md | 27 - _site/THEME_README.md | 351 ----- _site/android/tutorial.html | 22 +- _site/changelog/index.html | 14 +- _site/collections.json | 17 - _site/contact/index.html | 16 +- _site/core/blockstack_naming_service.md | 1342 ----------------- _site/core/namespace_creation.md | 589 -------- _site/feed.xml | 6 +- _site/get-content.sh | 50 - _site/index.html | 18 +- _site/ios/tutorial.html | 22 +- _site/news/index.html | 14 +- _site/thanks/index.html | 14 +- collections.json | 14 +- 23 files changed, 136 insertions(+), 2547 deletions(-) create mode 100644 _data/navigation_bns.yml delete mode 100644 _data/navigation_naming.yml rename _includes/{related-naming.html => related-bns.html} (96%) rename _layouts/{naming.html => bns.html} (57%) delete mode 100644 _site/README.md delete mode 100644 _site/THEME_README.md delete mode 100644 _site/collections.json delete mode 100644 _site/core/blockstack_naming_service.md delete mode 100644 _site/core/namespace_creation.md delete mode 100755 _site/get-content.sh diff --git a/README.md b/README.md index 05108115..f4551156 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,7 @@ To deploy to Netlify: jeykll build ``` 2. Force add the `_site` directory. + + ``` + git push -f origin + ``` diff --git a/_data/navigation_bns.yml b/_data/navigation_bns.yml new file mode 100644 index 00000000..38c2fd8f --- /dev/null +++ b/_data/navigation_bns.yml @@ -0,0 +1,24 @@ +- title: Overview + docs: + - core/naming/introduction + - core/naming/architecture + - core/naming/namespaces + +- title: Tutorials + docs: + - core/naming/creation_tutorial + + +- title: How to use BNS + docs: + - core/naming/pickname + - core/naming/resolving + - core/naming/register + - core/naming/manage + - core/naming/subdomains + +- title: Other topics + docs: + - core/naming/forks + - core/naming/did + - core/naming/comparison diff --git a/_data/navigation_home.yml b/_data/navigation_home.yml index 83fbebb5..0b108291 100644 --- a/_data/navigation_home.yml +++ b/_data/navigation_home.yml @@ -18,7 +18,7 @@ - title: Use the Naming Service desc: Managing your account, create new users and exporting data icon: cog - doc: naming/overview + doc: core/naming/introduction - title: Implement Authentication desc: Managing your account, creating new users and exporting data diff --git a/_data/navigation_naming.yml b/_data/navigation_naming.yml deleted file mode 100644 index a327ffc5..00000000 --- a/_data/navigation_naming.yml +++ /dev/null @@ -1,59 +0,0 @@ -- title: Introduction - docs: - - naming/overview - - naming/why - - naming/architecture - - naming/howto - -- title: Tutorials - docs: - - naming/createspace - - naming/linkit - - naming/bldprofile - - naming/runsub - -- title: How to use BNS - docs: - - naming/namespaces - - naming/create - - naming/list - - naming/costregister - - naming/consensus - -- title: Resolve BNS Names - docs: - - naming/resolve - - naming/luzone - - naming/listnames - - naming/listhistory - - naming/luhistory - - naming/luhash - -- title: Register BNS Names - docs: - - naming/register - - naming/getfee - - naming/regname - - naming/gethash - -- title: Manage Names - docs: - - naming/mngover - - naming/transfer - - naming/update - - naming/revoke - - naming/renew - -- title: BNS Subdomains - docs: - - naming/subover - - naming/lifecycle - - naming/submng - - naming/subreg - -- title: BNS Forks - docs: - - naming/forkovr - - naming/forkset - - naming/did - - naming/encode diff --git a/_includes/related-naming.html b/_includes/related-bns.html similarity index 96% rename from _includes/related-naming.html rename to _includes/related-bns.html index d46766ef..d9565e8e 100644 --- a/_includes/related-naming.html +++ b/_includes/related-bns.html @@ -6,7 +6,7 @@ {% assign maxRelatedCounter = 0 %}