Commit f3c2a8fa authored by Savorboard's avatar Savorboard

Deployed 98e2353c with MkDocs version: 1.0.4

parent b877aa78
...@@ -66,6 +66,8 @@ ...@@ -66,6 +66,8 @@
<link rel="stylesheet" href="assets/fonts/material-icons.css"> <link rel="stylesheet" href="assets/fonts/material-icons.css">
<link rel="manifest" href="manifest.webmanifest">
...@@ -111,9 +113,9 @@ ...@@ -111,9 +113,9 @@
<nav class="md-header-nav md-grid"> <nav class="md-header-nav md-grid">
<div class="md-flex"> <div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink"> <div class="md-flex__cell md-flex__cell--shrink">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-header-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-header-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
</div> </div>
...@@ -266,9 +268,9 @@ ...@@ -266,9 +268,9 @@
<div class="md-sidebar__inner"> <div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0"> <nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer"> <label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
CAP CAP
...@@ -603,6 +605,22 @@ ...@@ -603,6 +605,22 @@
<h2 id="__comments">Comments</h2>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "";
this.page.identifier =
"";
};
(function() {
var d = document, s = d.createElement("script");
s.src = "//cap-1.disqus.com/embed.js";
s.setAttribute("data-timestamp", +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</article> </article>
</div> </div>
...@@ -628,6 +646,17 @@ ...@@ -628,6 +646,17 @@
</div> </div>
<div class="md-footer-social">
<link rel="stylesheet" href="assets/fonts/font-awesome.css">
<a href="https://github.com/dotnetcore/cap" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ncc_community" class="md-footer-social__link fa fa-twitter"></a>
<a href="https://weibo.com/dotnetcore" class="md-footer-social__link fa fa-weibo"></a>
</div>
</div> </div>
</div> </div>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<meta name="description" content="Project documentation with Markdown."> <meta name="description" content="Project documentation with Markdown.">
<link rel="canonical" href="https://cap.dotnet-chain.org/about/contact-us/"> <link rel="canonical" href="https://cap.dotnet-chain.com/about/contact-us/">
<meta name="author" content="CAP Team"> <meta name="author" content="CAP Team">
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
<link rel="stylesheet" href="../../assets/fonts/material-icons.css"> <link rel="stylesheet" href="../../assets/fonts/material-icons.css">
<link rel="manifest" href="../../manifest.webmanifest">
...@@ -117,9 +119,9 @@ ...@@ -117,9 +119,9 @@
<nav class="md-header-nav md-grid"> <nav class="md-header-nav md-grid">
<div class="md-flex"> <div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink"> <div class="md-flex__cell md-flex__cell--shrink">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-header-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-header-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
</div> </div>
...@@ -274,9 +276,9 @@ ...@@ -274,9 +276,9 @@
<div class="md-sidebar__inner"> <div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0"> <nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer"> <label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
CAP CAP
...@@ -629,6 +631,12 @@ ...@@ -629,6 +631,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -679,6 +687,12 @@ ...@@ -679,6 +687,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -715,6 +729,22 @@ ...@@ -715,6 +729,22 @@
<h2 id="__comments">Comments</h2>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://cap.dotnet-chain.com/about/contact-us/";
this.page.identifier =
"/about/contact-us/";
};
(function() {
var d = document, s = d.createElement("script");
s.src = "//cap-1.disqus.com/embed.js";
s.setAttribute("data-timestamp", +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</article> </article>
</div> </div>
...@@ -761,6 +791,17 @@ ...@@ -761,6 +791,17 @@
</div> </div>
<div class="md-footer-social">
<link rel="stylesheet" href="../../assets/fonts/font-awesome.css">
<a href="https://github.com/dotnetcore/cap" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ncc_community" class="md-footer-social__link fa fa-twitter"></a>
<a href="https://weibo.com/dotnetcore" class="md-footer-social__link fa fa-weibo"></a>
</div>
</div> </div>
</div> </div>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<meta name="description" content="Project documentation with Markdown."> <meta name="description" content="Project documentation with Markdown.">
<link rel="canonical" href="https://cap.dotnet-chain.org/about/contributing/"> <link rel="canonical" href="https://cap.dotnet-chain.com/about/contributing/">
<meta name="author" content="CAP Team"> <meta name="author" content="CAP Team">
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
<link rel="stylesheet" href="../../assets/fonts/material-icons.css"> <link rel="stylesheet" href="../../assets/fonts/material-icons.css">
<link rel="manifest" href="../../manifest.webmanifest">
...@@ -117,9 +119,9 @@ ...@@ -117,9 +119,9 @@
<nav class="md-header-nav md-grid"> <nav class="md-header-nav md-grid">
<div class="md-flex"> <div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink"> <div class="md-flex__cell md-flex__cell--shrink">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-header-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-header-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
</div> </div>
...@@ -274,9 +276,9 @@ ...@@ -274,9 +276,9 @@
<div class="md-sidebar__inner"> <div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0"> <nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer"> <label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
CAP CAP
...@@ -645,6 +647,22 @@ ...@@ -645,6 +647,22 @@
<h2 id="__comments">Comments</h2>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://cap.dotnet-chain.com/about/contributing/";
this.page.identifier =
"/about/contributing/";
};
(function() {
var d = document, s = d.createElement("script");
s.src = "//cap-1.disqus.com/embed.js";
s.setAttribute("data-timestamp", +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</article> </article>
</div> </div>
...@@ -705,6 +723,17 @@ ...@@ -705,6 +723,17 @@
</div> </div>
<div class="md-footer-social">
<link rel="stylesheet" href="../../assets/fonts/font-awesome.css">
<a href="https://github.com/dotnetcore/cap" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ncc_community" class="md-footer-social__link fa fa-twitter"></a>
<a href="https://weibo.com/dotnetcore" class="md-footer-social__link fa fa-weibo"></a>
</div>
</div> </div>
</div> </div>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<meta name="description" content="Project documentation with Markdown."> <meta name="description" content="Project documentation with Markdown.">
<link rel="canonical" href="https://cap.dotnet-chain.org/about/release-notes/"> <link rel="canonical" href="https://cap.dotnet-chain.com/about/release-notes/">
<meta name="author" content="CAP Team"> <meta name="author" content="CAP Team">
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
<link rel="stylesheet" href="../../assets/fonts/material-icons.css"> <link rel="stylesheet" href="../../assets/fonts/material-icons.css">
<link rel="manifest" href="../../manifest.webmanifest">
...@@ -117,9 +119,9 @@ ...@@ -117,9 +119,9 @@
<nav class="md-header-nav md-grid"> <nav class="md-header-nav md-grid">
<div class="md-flex"> <div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink"> <div class="md-flex__cell md-flex__cell--shrink">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-header-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-header-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
</div> </div>
...@@ -274,9 +276,9 @@ ...@@ -274,9 +276,9 @@
<div class="md-sidebar__inner"> <div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0"> <nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer"> <label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
CAP CAP
...@@ -626,6 +628,12 @@ ...@@ -626,6 +628,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -721,6 +729,12 @@ ...@@ -721,6 +729,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -830,6 +844,22 @@ db.CapReceivedMessage.update({},{&quot;$set&quot; : {&quot;Version&quot; : &quot ...@@ -830,6 +844,22 @@ db.CapReceivedMessage.update({},{&quot;$set&quot; : {&quot;Version&quot; : &quot
<h2 id="__comments">Comments</h2>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://cap.dotnet-chain.com/about/release-notes/";
this.page.identifier =
"/about/release-notes/";
};
(function() {
var d = document, s = d.createElement("script");
s.src = "//cap-1.disqus.com/embed.js";
s.setAttribute("data-timestamp", +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</article> </article>
</div> </div>
...@@ -890,6 +920,17 @@ db.CapReceivedMessage.update({},{&quot;$set&quot; : {&quot;Version&quot; : &quot ...@@ -890,6 +920,17 @@ db.CapReceivedMessage.update({},{&quot;$set&quot; : {&quot;Version&quot; : &quot
</div> </div>
<div class="md-footer-social">
<link rel="stylesheet" href="../../assets/fonts/font-awesome.css">
<a href="https://github.com/dotnetcore/cap" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ncc_community" class="md-footer-social__link fa fa-twitter"></a>
<a href="https://weibo.com/dotnetcore" class="md-footer-social__link fa fa-weibo"></a>
</div>
</div> </div>
</div> </div>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<meta name="description" content="Project documentation with Markdown."> <meta name="description" content="Project documentation with Markdown.">
<link rel="canonical" href="https://cap.dotnet-chain.org/"> <link rel="canonical" href="https://cap.dotnet-chain.com/">
<meta name="author" content="CAP Team"> <meta name="author" content="CAP Team">
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
<link rel="stylesheet" href="assets/fonts/material-icons.css"> <link rel="stylesheet" href="assets/fonts/material-icons.css">
<link rel="manifest" href="manifest.webmanifest">
...@@ -117,9 +119,9 @@ ...@@ -117,9 +119,9 @@
<nav class="md-header-nav md-grid"> <nav class="md-header-nav md-grid">
<div class="md-flex"> <div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink"> <div class="md-flex__cell md-flex__cell--shrink">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-header-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-header-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
</div> </div>
...@@ -272,9 +274,9 @@ ...@@ -272,9 +274,9 @@
<div class="md-sidebar__inner"> <div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0"> <nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer"> <label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
CAP CAP
...@@ -709,17 +711,19 @@ ...@@ -709,17 +711,19 @@
<h2 id="introduction">Introduction<a class="headerlink" href="#introduction" title="Permanent link">&para;</a></h2> <h2 id="introduction">Introduction<a class="headerlink" href="#introduction" title="Permanent link">&para;</a></h2>
<p>In the process of building an SOA or MicroService system, we usually need to use the event to integrate each services. In the process, the simple use of message queue does not guarantee the reliability. CAP is adopted the local message table program integrated with the current database to solve the exception may occur in the process of the distributed system calling each other. It can ensure that the event messages are not lost in any case.</p> <p>In the process of building an SOA or MicroService system, we usually need to use the event to integrate each services. In the process, the simple use of message queue does not guarantee the reliability. CAP is adopted the local message table program integrated with the current database to solve the exception may occur in the process of the distributed system calling each other. It can ensure that the event messages are not lost in any case.</p>
<p>You can also use the CAP as an EventBus. The CAP provides a simpler way to implement event publishing and subscriptions. You do not need to inherit or implement any interface during the process of subscription and sending.</p> <p>You can also use the CAP as an EventBus. The CAP provides a simpler way to implement event publishing and subscriptions. You do not need to inherit or implement any interface during the process of subscription and sending.</p>
<p>This is a diagram of the CAP working in the ASP.NET Core MicroService architecture:</p> <div class="admonition tip">
<p><img alt="cap.png" src="img/architecture.png" /></p> <p class="admonition-title">CAP implements the Outbox Pattern described in the <a href="https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/multi-container-microservice-net-applications/subscribe-events#designing-atomicity-and-resiliency-when-publishing-to-the-event-bus">eShop ebook</a></p>
<div class="admonition note"> <p><img src="https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/multi-container-microservice-net-applications/media/image24.png"></p>
<p class="admonition-title">Note</p> <blockquote>
<p>CAP implements the Outbox Pattern described in the <a href="https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/multi-container-microservice-net-applications/subscribe-events#designing-atomicity-and-resiliency-when-publishing-to-the-event-bus">eShop ebook</a>.</p> <p>Atomicity when publishing events to the event bus with a worker microservice</p>
</blockquote>
</div> </div>
<p>For detailed instructions see the <a href="user-guide/getting-started/">getting started guide</a>.</p>
<h2 id="contributing">Contributing<a class="headerlink" href="#contributing" title="Permanent link">&para;</a></h2> <h2 id="contributing">Contributing<a class="headerlink" href="#contributing" title="Permanent link">&para;</a></h2>
<p>One of the easiest ways to contribute is to participate in discussions and discuss issues. You can also contribute by submitting pull requests with code changes.</p> <p>One of the easiest ways to contribute is to participate in discussions and discuss issues. You can also contribute by submitting pull requests with code changes.</p>
<p>If you have any question or problems, please report them on the CAP repository:</p> <p>If you have any question or problems, please report them on the CAP repository:</p>
<p><a href="https://github.com/dotnetcore/cap/issues/new"><button class="btn btn-primary btn-lg" type="submit"><i class="fab fa-github fa-2x"></i> Report Issue</button></a> <p><a href="https://github.com/dotnetcore/cap/issues/new"><button data-md-color-primary="purple"><i class="fa fa-github fa-2x"></i> Report Issue</button></a>
<a href="https://github.com/dotnetcore/cap/issues"><button class="btn btn-primary btn-lg" type="submit"> Active Issues <i class="fab fa-github fa-2x"></i></button></a></p> <a href="https://github.com/dotnetcore/cap/issues"><button data-md-color-primary="purple" type="submit"> Active Issues <i class="fa fa-github fa-2x"></i></button></a></p>
<h2 id="license">License<a class="headerlink" href="#license" title="Permanent link">&para;</a></h2> <h2 id="license">License<a class="headerlink" href="#license" title="Permanent link">&para;</a></h2>
<p>CAP is licensed under the <a href="https://github.com/dotnetcore/CAP/blob/master/LICENSE.txt">MIT license</a>.</p> <p>CAP is licensed under the <a href="https://github.com/dotnetcore/CAP/blob/master/LICENSE.txt">MIT license</a>.</p>
...@@ -776,6 +780,17 @@ ...@@ -776,6 +780,17 @@
</div> </div>
<div class="md-footer-social">
<link rel="stylesheet" href="assets/fonts/font-awesome.css">
<a href="https://github.com/dotnetcore/cap" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ncc_community" class="md-footer-social__link fa fa-twitter"></a>
<a href="https://weibo.com/dotnetcore" class="md-footer-social__link fa fa-weibo"></a>
</div>
</div> </div>
</div> </div>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>https://cap.dotnet-chain.org/</loc> <loc>https://cap.dotnet-chain.com/</loc>
<lastmod>2019-02-12</lastmod> <lastmod>2019-02-12</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://cap.dotnet-chain.org/user-guide/getting-started/</loc> <loc>https://cap.dotnet-chain.com/user-guide/getting-started/</loc>
<lastmod>2019-02-12</lastmod> <lastmod>2019-02-12</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://cap.dotnet-chain.org/user-guide/api-interface/</loc> <loc>https://cap.dotnet-chain.com/user-guide/api-interface/</loc>
<lastmod>2019-02-12</lastmod> <lastmod>2019-02-12</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://cap.dotnet-chain.org/user-guide/configuration/</loc> <loc>https://cap.dotnet-chain.com/user-guide/configuration/</loc>
<lastmod>2019-02-12</lastmod> <lastmod>2019-02-12</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://cap.dotnet-chain.org/user-guide/design/</loc> <loc>https://cap.dotnet-chain.com/user-guide/design/</loc>
<lastmod>2019-02-12</lastmod> <lastmod>2019-02-12</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://cap.dotnet-chain.org/user-guide/implementation/</loc> <loc>https://cap.dotnet-chain.com/user-guide/implementation/</loc>
<lastmod>2019-02-12</lastmod> <lastmod>2019-02-12</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://cap.dotnet-chain.org/user-guide/transaction/</loc> <loc>https://cap.dotnet-chain.com/user-guide/transaction/</loc>
<lastmod>2019-02-12</lastmod> <lastmod>2019-02-12</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://cap.dotnet-chain.org/user-guide/faq/</loc> <loc>https://cap.dotnet-chain.com/user-guide/faq/</loc>
<lastmod>2019-02-12</lastmod> <lastmod>2019-02-12</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://cap.dotnet-chain.org/user-guide-cn/getting-started/</loc> <loc>https://cap.dotnet-chain.com/user-guide-cn/getting-started/</loc>
<lastmod>2019-02-12</lastmod> <lastmod>2019-02-12</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://cap.dotnet-chain.org/user-guide-cn/api-interface/</loc> <loc>https://cap.dotnet-chain.com/user-guide-cn/api-interface/</loc>
<lastmod>2019-02-12</lastmod> <lastmod>2019-02-12</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://cap.dotnet-chain.org/user-guide-cn/configuration/</loc> <loc>https://cap.dotnet-chain.com/user-guide-cn/configuration/</loc>
<lastmod>2019-02-12</lastmod> <lastmod>2019-02-12</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://cap.dotnet-chain.org/user-guide-cn/design-principle/</loc> <loc>https://cap.dotnet-chain.com/user-guide-cn/design-principle/</loc>
<lastmod>2019-02-12</lastmod> <lastmod>2019-02-12</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://cap.dotnet-chain.org/user-guide-cn/implementation-mechanisms/</loc> <loc>https://cap.dotnet-chain.com/user-guide-cn/implementation-mechanisms/</loc>
<lastmod>2019-02-12</lastmod> <lastmod>2019-02-12</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://cap.dotnet-chain.org/user-guide-cn/distributed-transactions/</loc> <loc>https://cap.dotnet-chain.com/user-guide-cn/distributed-transactions/</loc>
<lastmod>2019-02-12</lastmod> <lastmod>2019-02-12</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://cap.dotnet-chain.org/user-guide-cn/faq/</loc> <loc>https://cap.dotnet-chain.com/user-guide-cn/faq/</loc>
<lastmod>2019-02-12</lastmod> <lastmod>2019-02-12</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://cap.dotnet-chain.org/about/release-notes/</loc> <loc>https://cap.dotnet-chain.com/about/release-notes/</loc>
<lastmod>2019-02-12</lastmod> <lastmod>2019-02-12</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://cap.dotnet-chain.org/about/contributing/</loc> <loc>https://cap.dotnet-chain.com/about/contributing/</loc>
<lastmod>2019-02-12</lastmod> <lastmod>2019-02-12</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://cap.dotnet-chain.org/about/contact-us/</loc> <loc>https://cap.dotnet-chain.com/about/contact-us/</loc>
<lastmod>2019-02-12</lastmod> <lastmod>2019-02-12</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
......
No preview for this file type
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<meta name="description" content="Project documentation with Markdown."> <meta name="description" content="Project documentation with Markdown.">
<link rel="canonical" href="https://cap.dotnet-chain.org/user-guide-cn/api-interface/"> <link rel="canonical" href="https://cap.dotnet-chain.com/user-guide-cn/api-interface/">
<meta name="author" content="CAP Team"> <meta name="author" content="CAP Team">
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
<link rel="stylesheet" href="../../assets/fonts/material-icons.css"> <link rel="stylesheet" href="../../assets/fonts/material-icons.css">
<link rel="manifest" href="../../manifest.webmanifest">
...@@ -117,9 +119,9 @@ ...@@ -117,9 +119,9 @@
<nav class="md-header-nav md-grid"> <nav class="md-header-nav md-grid">
<div class="md-flex"> <div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink"> <div class="md-flex__cell md-flex__cell--shrink">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-header-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-header-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
</div> </div>
...@@ -274,9 +276,9 @@ ...@@ -274,9 +276,9 @@
<div class="md-sidebar__inner"> <div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0"> <nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer"> <label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
CAP CAP
...@@ -538,6 +540,12 @@ ...@@ -538,6 +540,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -739,6 +747,12 @@ ...@@ -739,6 +747,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -1042,6 +1056,22 @@ ...@@ -1042,6 +1056,22 @@
<h2 id="__comments">Comments</h2>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://cap.dotnet-chain.com/user-guide-cn/api-interface/";
this.page.identifier =
"/user-guide-cn/api-interface/";
};
(function() {
var d = document, s = d.createElement("script");
s.src = "//cap-1.disqus.com/embed.js";
s.setAttribute("data-timestamp", +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</article> </article>
</div> </div>
...@@ -1102,6 +1132,17 @@ ...@@ -1102,6 +1132,17 @@
</div> </div>
<div class="md-footer-social">
<link rel="stylesheet" href="../../assets/fonts/font-awesome.css">
<a href="https://github.com/dotnetcore/cap" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ncc_community" class="md-footer-social__link fa fa-twitter"></a>
<a href="https://weibo.com/dotnetcore" class="md-footer-social__link fa fa-weibo"></a>
</div>
</div> </div>
</div> </div>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<meta name="description" content="Project documentation with Markdown."> <meta name="description" content="Project documentation with Markdown.">
<link rel="canonical" href="https://cap.dotnet-chain.org/user-guide-cn/configuration/"> <link rel="canonical" href="https://cap.dotnet-chain.com/user-guide-cn/configuration/">
<meta name="author" content="CAP Team"> <meta name="author" content="CAP Team">
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
<link rel="stylesheet" href="../../assets/fonts/material-icons.css"> <link rel="stylesheet" href="../../assets/fonts/material-icons.css">
<link rel="manifest" href="../../manifest.webmanifest">
...@@ -117,9 +119,9 @@ ...@@ -117,9 +119,9 @@
<nav class="md-header-nav md-grid"> <nav class="md-header-nav md-grid">
<div class="md-flex"> <div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink"> <div class="md-flex__cell md-flex__cell--shrink">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-header-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-header-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
</div> </div>
...@@ -274,9 +276,9 @@ ...@@ -274,9 +276,9 @@
<div class="md-sidebar__inner"> <div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0"> <nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer"> <label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
CAP CAP
...@@ -565,6 +567,12 @@ ...@@ -565,6 +567,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -769,6 +777,12 @@ ...@@ -769,6 +777,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -1122,6 +1136,22 @@ ...@@ -1122,6 +1136,22 @@
<h2 id="__comments">Comments</h2>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://cap.dotnet-chain.com/user-guide-cn/configuration/";
this.page.identifier =
"/user-guide-cn/configuration/";
};
(function() {
var d = document, s = d.createElement("script");
s.src = "//cap-1.disqus.com/embed.js";
s.setAttribute("data-timestamp", +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</article> </article>
</div> </div>
...@@ -1182,6 +1212,17 @@ ...@@ -1182,6 +1212,17 @@
</div> </div>
<div class="md-footer-social">
<link rel="stylesheet" href="../../assets/fonts/font-awesome.css">
<a href="https://github.com/dotnetcore/cap" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ncc_community" class="md-footer-social__link fa fa-twitter"></a>
<a href="https://weibo.com/dotnetcore" class="md-footer-social__link fa fa-weibo"></a>
</div>
</div> </div>
</div> </div>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<meta name="description" content="Project documentation with Markdown."> <meta name="description" content="Project documentation with Markdown.">
<link rel="canonical" href="https://cap.dotnet-chain.org/user-guide-cn/design-principle/"> <link rel="canonical" href="https://cap.dotnet-chain.com/user-guide-cn/design-principle/">
<meta name="author" content="CAP Team"> <meta name="author" content="CAP Team">
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
<link rel="stylesheet" href="../../assets/fonts/material-icons.css"> <link rel="stylesheet" href="../../assets/fonts/material-icons.css">
<link rel="manifest" href="../../manifest.webmanifest">
...@@ -117,9 +119,9 @@ ...@@ -117,9 +119,9 @@
<nav class="md-header-nav md-grid"> <nav class="md-header-nav md-grid">
<div class="md-flex"> <div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink"> <div class="md-flex__cell md-flex__cell--shrink">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-header-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-header-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
</div> </div>
...@@ -274,9 +276,9 @@ ...@@ -274,9 +276,9 @@
<div class="md-sidebar__inner"> <div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0"> <nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer"> <label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
CAP CAP
...@@ -556,6 +558,12 @@ ...@@ -556,6 +558,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -727,6 +735,12 @@ ...@@ -727,6 +735,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -783,6 +797,22 @@ ...@@ -783,6 +797,22 @@
<h2 id="__comments">Comments</h2>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://cap.dotnet-chain.com/user-guide-cn/design-principle/";
this.page.identifier =
"/user-guide-cn/design-principle/";
};
(function() {
var d = document, s = d.createElement("script");
s.src = "//cap-1.disqus.com/embed.js";
s.setAttribute("data-timestamp", +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</article> </article>
</div> </div>
...@@ -843,6 +873,17 @@ ...@@ -843,6 +873,17 @@
</div> </div>
<div class="md-footer-social">
<link rel="stylesheet" href="../../assets/fonts/font-awesome.css">
<a href="https://github.com/dotnetcore/cap" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ncc_community" class="md-footer-social__link fa fa-twitter"></a>
<a href="https://weibo.com/dotnetcore" class="md-footer-social__link fa fa-weibo"></a>
</div>
</div> </div>
</div> </div>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<meta name="description" content="Project documentation with Markdown."> <meta name="description" content="Project documentation with Markdown.">
<link rel="canonical" href="https://cap.dotnet-chain.org/user-guide-cn/distributed-transactions/"> <link rel="canonical" href="https://cap.dotnet-chain.com/user-guide-cn/distributed-transactions/">
<meta name="author" content="CAP Team"> <meta name="author" content="CAP Team">
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
<link rel="stylesheet" href="../../assets/fonts/material-icons.css"> <link rel="stylesheet" href="../../assets/fonts/material-icons.css">
<link rel="manifest" href="../../manifest.webmanifest">
...@@ -117,9 +119,9 @@ ...@@ -117,9 +119,9 @@
<nav class="md-header-nav md-grid"> <nav class="md-header-nav md-grid">
<div class="md-flex"> <div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink"> <div class="md-flex__cell md-flex__cell--shrink">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-header-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-header-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
</div> </div>
...@@ -274,9 +276,9 @@ ...@@ -274,9 +276,9 @@
<div class="md-sidebar__inner"> <div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0"> <nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer"> <label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
CAP CAP
...@@ -546,6 +548,12 @@ ...@@ -546,6 +548,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -659,6 +667,12 @@ ...@@ -659,6 +667,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -694,6 +708,22 @@ ...@@ -694,6 +708,22 @@
<h2 id="__comments">Comments</h2>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://cap.dotnet-chain.com/user-guide-cn/distributed-transactions/";
this.page.identifier =
"/user-guide-cn/distributed-transactions/";
};
(function() {
var d = document, s = d.createElement("script");
s.src = "//cap-1.disqus.com/embed.js";
s.setAttribute("data-timestamp", +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</article> </article>
</div> </div>
...@@ -754,6 +784,17 @@ ...@@ -754,6 +784,17 @@
</div> </div>
<div class="md-footer-social">
<link rel="stylesheet" href="../../assets/fonts/font-awesome.css">
<a href="https://github.com/dotnetcore/cap" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ncc_community" class="md-footer-social__link fa fa-twitter"></a>
<a href="https://weibo.com/dotnetcore" class="md-footer-social__link fa fa-weibo"></a>
</div>
</div> </div>
</div> </div>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<meta name="description" content="Project documentation with Markdown."> <meta name="description" content="Project documentation with Markdown.">
<link rel="canonical" href="https://cap.dotnet-chain.org/user-guide-cn/faq/"> <link rel="canonical" href="https://cap.dotnet-chain.com/user-guide-cn/faq/">
<meta name="author" content="CAP Team"> <meta name="author" content="CAP Team">
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
<link rel="stylesheet" href="../../assets/fonts/material-icons.css"> <link rel="stylesheet" href="../../assets/fonts/material-icons.css">
<link rel="manifest" href="../../manifest.webmanifest">
...@@ -113,9 +115,9 @@ ...@@ -113,9 +115,9 @@
<nav class="md-header-nav md-grid"> <nav class="md-header-nav md-grid">
<div class="md-flex"> <div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink"> <div class="md-flex__cell md-flex__cell--shrink">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-header-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-header-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
</div> </div>
...@@ -270,9 +272,9 @@ ...@@ -270,9 +272,9 @@
<div class="md-sidebar__inner"> <div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0"> <nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer"> <label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
CAP CAP
...@@ -667,6 +669,22 @@ QQ群有效沟通太低,浪费时间。</p> ...@@ -667,6 +669,22 @@ QQ群有效沟通太低,浪费时间。</p>
<h2 id="__comments">Comments</h2>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://cap.dotnet-chain.com/user-guide-cn/faq/";
this.page.identifier =
"/user-guide-cn/faq/";
};
(function() {
var d = document, s = d.createElement("script");
s.src = "//cap-1.disqus.com/embed.js";
s.setAttribute("data-timestamp", +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</article> </article>
</div> </div>
...@@ -727,6 +745,17 @@ QQ群有效沟通太低,浪费时间。</p> ...@@ -727,6 +745,17 @@ QQ群有效沟通太低,浪费时间。</p>
</div> </div>
<div class="md-footer-social">
<link rel="stylesheet" href="../../assets/fonts/font-awesome.css">
<a href="https://github.com/dotnetcore/cap" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ncc_community" class="md-footer-social__link fa fa-twitter"></a>
<a href="https://weibo.com/dotnetcore" class="md-footer-social__link fa fa-weibo"></a>
</div>
</div> </div>
</div> </div>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<meta name="description" content="Project documentation with Markdown."> <meta name="description" content="Project documentation with Markdown.">
<link rel="canonical" href="https://cap.dotnet-chain.org/user-guide-cn/getting-started/"> <link rel="canonical" href="https://cap.dotnet-chain.com/user-guide-cn/getting-started/">
<meta name="author" content="CAP Team"> <meta name="author" content="CAP Team">
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
<link rel="stylesheet" href="../../assets/fonts/material-icons.css"> <link rel="stylesheet" href="../../assets/fonts/material-icons.css">
<link rel="manifest" href="../../manifest.webmanifest">
...@@ -117,9 +119,9 @@ ...@@ -117,9 +119,9 @@
<nav class="md-header-nav md-grid"> <nav class="md-header-nav md-grid">
<div class="md-flex"> <div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink"> <div class="md-flex__cell md-flex__cell--shrink">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-header-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-header-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
</div> </div>
...@@ -274,9 +276,9 @@ ...@@ -274,9 +276,9 @@
<div class="md-sidebar__inner"> <div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0"> <nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer"> <label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
CAP CAP
...@@ -500,6 +502,12 @@ ...@@ -500,6 +502,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -687,6 +695,12 @@ ...@@ -687,6 +695,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -821,6 +835,22 @@ PM&gt; Install-Package DotNetCore.CAP.MongoDB ...@@ -821,6 +835,22 @@ PM&gt; Install-Package DotNetCore.CAP.MongoDB
<h2 id="__comments">Comments</h2>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://cap.dotnet-chain.com/user-guide-cn/getting-started/";
this.page.identifier =
"/user-guide-cn/getting-started/";
};
(function() {
var d = document, s = d.createElement("script");
s.src = "//cap-1.disqus.com/embed.js";
s.setAttribute("data-timestamp", +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</article> </article>
</div> </div>
...@@ -881,6 +911,17 @@ PM&gt; Install-Package DotNetCore.CAP.MongoDB ...@@ -881,6 +911,17 @@ PM&gt; Install-Package DotNetCore.CAP.MongoDB
</div> </div>
<div class="md-footer-social">
<link rel="stylesheet" href="../../assets/fonts/font-awesome.css">
<a href="https://github.com/dotnetcore/cap" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ncc_community" class="md-footer-social__link fa fa-twitter"></a>
<a href="https://weibo.com/dotnetcore" class="md-footer-social__link fa fa-weibo"></a>
</div>
</div> </div>
</div> </div>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<meta name="description" content="Project documentation with Markdown."> <meta name="description" content="Project documentation with Markdown.">
<link rel="canonical" href="https://cap.dotnet-chain.org/user-guide-cn/implementation-mechanisms/"> <link rel="canonical" href="https://cap.dotnet-chain.com/user-guide-cn/implementation-mechanisms/">
<meta name="author" content="CAP Team"> <meta name="author" content="CAP Team">
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
<link rel="stylesheet" href="../../assets/fonts/material-icons.css"> <link rel="stylesheet" href="../../assets/fonts/material-icons.css">
<link rel="manifest" href="../../manifest.webmanifest">
...@@ -117,9 +119,9 @@ ...@@ -117,9 +119,9 @@
<nav class="md-header-nav md-grid"> <nav class="md-header-nav md-grid">
<div class="md-flex"> <div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink"> <div class="md-flex__cell md-flex__cell--shrink">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-header-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-header-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
</div> </div>
...@@ -274,9 +276,9 @@ ...@@ -274,9 +276,9 @@
<div class="md-sidebar__inner"> <div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0"> <nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer"> <label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
CAP CAP
...@@ -562,6 +564,12 @@ ...@@ -562,6 +564,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -715,6 +723,12 @@ ...@@ -715,6 +723,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -872,6 +886,22 @@ ...@@ -872,6 +886,22 @@
<h2 id="__comments">Comments</h2>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://cap.dotnet-chain.com/user-guide-cn/implementation-mechanisms/";
this.page.identifier =
"/user-guide-cn/implementation-mechanisms/";
};
(function() {
var d = document, s = d.createElement("script");
s.src = "//cap-1.disqus.com/embed.js";
s.setAttribute("data-timestamp", +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</article> </article>
</div> </div>
...@@ -932,6 +962,17 @@ ...@@ -932,6 +962,17 @@
</div> </div>
<div class="md-footer-social">
<link rel="stylesheet" href="../../assets/fonts/font-awesome.css">
<a href="https://github.com/dotnetcore/cap" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ncc_community" class="md-footer-social__link fa fa-twitter"></a>
<a href="https://weibo.com/dotnetcore" class="md-footer-social__link fa fa-weibo"></a>
</div>
</div> </div>
</div> </div>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<meta name="description" content="Project documentation with Markdown."> <meta name="description" content="Project documentation with Markdown.">
<link rel="canonical" href="https://cap.dotnet-chain.org/user-guide/api-interface/"> <link rel="canonical" href="https://cap.dotnet-chain.com/user-guide/api-interface/">
<meta name="author" content="CAP Team"> <meta name="author" content="CAP Team">
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
<link rel="stylesheet" href="../../assets/fonts/material-icons.css"> <link rel="stylesheet" href="../../assets/fonts/material-icons.css">
<link rel="manifest" href="../../manifest.webmanifest">
...@@ -117,9 +119,9 @@ ...@@ -117,9 +119,9 @@
<nav class="md-header-nav md-grid"> <nav class="md-header-nav md-grid">
<div class="md-flex"> <div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink"> <div class="md-flex__cell md-flex__cell--shrink">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-header-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-header-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
</div> </div>
...@@ -274,9 +276,9 @@ ...@@ -274,9 +276,9 @@
<div class="md-sidebar__inner"> <div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0"> <nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer"> <label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
CAP CAP
...@@ -467,6 +469,12 @@ ...@@ -467,6 +469,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -811,6 +819,12 @@ ...@@ -811,6 +819,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -1061,6 +1075,22 @@ You can also use multiple <code class="codehilite">CapSubscribe[&quot;&quot;]</c ...@@ -1061,6 +1075,22 @@ You can also use multiple <code class="codehilite">CapSubscribe[&quot;&quot;]</c
<h2 id="__comments">Comments</h2>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://cap.dotnet-chain.com/user-guide/api-interface/";
this.page.identifier =
"/user-guide/api-interface/";
};
(function() {
var d = document, s = d.createElement("script");
s.src = "//cap-1.disqus.com/embed.js";
s.setAttribute("data-timestamp", +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</article> </article>
</div> </div>
...@@ -1121,6 +1151,17 @@ You can also use multiple <code class="codehilite">CapSubscribe[&quot;&quot;]</c ...@@ -1121,6 +1151,17 @@ You can also use multiple <code class="codehilite">CapSubscribe[&quot;&quot;]</c
</div> </div>
<div class="md-footer-social">
<link rel="stylesheet" href="../../assets/fonts/font-awesome.css">
<a href="https://github.com/dotnetcore/cap" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ncc_community" class="md-footer-social__link fa fa-twitter"></a>
<a href="https://weibo.com/dotnetcore" class="md-footer-social__link fa fa-weibo"></a>
</div>
</div> </div>
</div> </div>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<meta name="description" content="Project documentation with Markdown."> <meta name="description" content="Project documentation with Markdown.">
<link rel="canonical" href="https://cap.dotnet-chain.org/user-guide/configuration/"> <link rel="canonical" href="https://cap.dotnet-chain.com/user-guide/configuration/">
<meta name="author" content="CAP Team"> <meta name="author" content="CAP Team">
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
<link rel="stylesheet" href="../../assets/fonts/material-icons.css"> <link rel="stylesheet" href="../../assets/fonts/material-icons.css">
<link rel="manifest" href="../../manifest.webmanifest">
...@@ -117,9 +119,9 @@ ...@@ -117,9 +119,9 @@
<nav class="md-header-nav md-grid"> <nav class="md-header-nav md-grid">
<div class="md-flex"> <div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink"> <div class="md-flex__cell md-flex__cell--shrink">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-header-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-header-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
</div> </div>
...@@ -274,9 +276,9 @@ ...@@ -274,9 +276,9 @@
<div class="md-sidebar__inner"> <div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0"> <nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer"> <label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
CAP CAP
...@@ -454,6 +456,12 @@ ...@@ -454,6 +456,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -761,6 +769,12 @@ ...@@ -761,6 +769,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -1111,6 +1125,22 @@ ...@@ -1111,6 +1125,22 @@
<h2 id="__comments">Comments</h2>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://cap.dotnet-chain.com/user-guide/configuration/";
this.page.identifier =
"/user-guide/configuration/";
};
(function() {
var d = document, s = d.createElement("script");
s.src = "//cap-1.disqus.com/embed.js";
s.setAttribute("data-timestamp", +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</article> </article>
</div> </div>
...@@ -1171,6 +1201,17 @@ ...@@ -1171,6 +1201,17 @@
</div> </div>
<div class="md-footer-social">
<link rel="stylesheet" href="../../assets/fonts/font-awesome.css">
<a href="https://github.com/dotnetcore/cap" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ncc_community" class="md-footer-social__link fa fa-twitter"></a>
<a href="https://weibo.com/dotnetcore" class="md-footer-social__link fa fa-weibo"></a>
</div>
</div> </div>
</div> </div>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<meta name="description" content="Project documentation with Markdown."> <meta name="description" content="Project documentation with Markdown.">
<link rel="canonical" href="https://cap.dotnet-chain.org/user-guide/design/"> <link rel="canonical" href="https://cap.dotnet-chain.com/user-guide/design/">
<meta name="author" content="CAP Team"> <meta name="author" content="CAP Team">
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
<link rel="stylesheet" href="../../assets/fonts/material-icons.css"> <link rel="stylesheet" href="../../assets/fonts/material-icons.css">
<link rel="manifest" href="../../manifest.webmanifest">
...@@ -117,9 +119,9 @@ ...@@ -117,9 +119,9 @@
<nav class="md-header-nav md-grid"> <nav class="md-header-nav md-grid">
<div class="md-flex"> <div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink"> <div class="md-flex__cell md-flex__cell--shrink">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-header-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-header-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
</div> </div>
...@@ -274,9 +276,9 @@ ...@@ -274,9 +276,9 @@
<div class="md-sidebar__inner"> <div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0"> <nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer"> <label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
CAP CAP
...@@ -439,6 +441,12 @@ ...@@ -439,6 +441,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -707,6 +715,12 @@ ...@@ -707,6 +715,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -761,6 +775,22 @@ ...@@ -761,6 +775,22 @@
<h2 id="__comments">Comments</h2>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://cap.dotnet-chain.com/user-guide/design/";
this.page.identifier =
"/user-guide/design/";
};
(function() {
var d = document, s = d.createElement("script");
s.src = "//cap-1.disqus.com/embed.js";
s.setAttribute("data-timestamp", +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</article> </article>
</div> </div>
...@@ -821,6 +851,17 @@ ...@@ -821,6 +851,17 @@
</div> </div>
<div class="md-footer-social">
<link rel="stylesheet" href="../../assets/fonts/font-awesome.css">
<a href="https://github.com/dotnetcore/cap" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ncc_community" class="md-footer-social__link fa fa-twitter"></a>
<a href="https://weibo.com/dotnetcore" class="md-footer-social__link fa fa-weibo"></a>
</div>
</div> </div>
</div> </div>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<meta name="description" content="Project documentation with Markdown."> <meta name="description" content="Project documentation with Markdown.">
<link rel="canonical" href="https://cap.dotnet-chain.org/user-guide/faq/"> <link rel="canonical" href="https://cap.dotnet-chain.com/user-guide/faq/">
<meta name="author" content="CAP Team"> <meta name="author" content="CAP Team">
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
<link rel="stylesheet" href="../../assets/fonts/material-icons.css"> <link rel="stylesheet" href="../../assets/fonts/material-icons.css">
<link rel="manifest" href="../../manifest.webmanifest">
...@@ -117,9 +119,9 @@ ...@@ -117,9 +119,9 @@
<nav class="md-header-nav md-grid"> <nav class="md-header-nav md-grid">
<div class="md-flex"> <div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink"> <div class="md-flex__cell md-flex__cell--shrink">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-header-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-header-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
</div> </div>
...@@ -274,9 +276,9 @@ ...@@ -274,9 +276,9 @@
<div class="md-sidebar__inner"> <div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0"> <nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer"> <label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
CAP CAP
...@@ -475,6 +477,12 @@ ...@@ -475,6 +477,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -707,6 +715,12 @@ ...@@ -707,6 +715,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -772,6 +786,22 @@ ...@@ -772,6 +786,22 @@
<h2 id="__comments">Comments</h2>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://cap.dotnet-chain.com/user-guide/faq/";
this.page.identifier =
"/user-guide/faq/";
};
(function() {
var d = document, s = d.createElement("script");
s.src = "//cap-1.disqus.com/embed.js";
s.setAttribute("data-timestamp", +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</article> </article>
</div> </div>
...@@ -832,6 +862,17 @@ ...@@ -832,6 +862,17 @@
</div> </div>
<div class="md-footer-social">
<link rel="stylesheet" href="../../assets/fonts/font-awesome.css">
<a href="https://github.com/dotnetcore/cap" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ncc_community" class="md-footer-social__link fa fa-twitter"></a>
<a href="https://weibo.com/dotnetcore" class="md-footer-social__link fa fa-weibo"></a>
</div>
</div> </div>
</div> </div>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<meta name="description" content="Project documentation with Markdown."> <meta name="description" content="Project documentation with Markdown.">
<link rel="canonical" href="https://cap.dotnet-chain.org/user-guide/getting-started/"> <link rel="canonical" href="https://cap.dotnet-chain.com/user-guide/getting-started/">
<meta name="author" content="CAP Team"> <meta name="author" content="CAP Team">
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
<link rel="stylesheet" href="../../assets/fonts/material-icons.css"> <link rel="stylesheet" href="../../assets/fonts/material-icons.css">
<link rel="manifest" href="../../manifest.webmanifest">
...@@ -117,9 +119,9 @@ ...@@ -117,9 +119,9 @@
<nav class="md-header-nav md-grid"> <nav class="md-header-nav md-grid">
<div class="md-flex"> <div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink"> <div class="md-flex__cell md-flex__cell--shrink">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-header-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-header-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
</div> </div>
...@@ -274,9 +276,9 @@ ...@@ -274,9 +276,9 @@
<div class="md-sidebar__inner"> <div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0"> <nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer"> <label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
CAP CAP
...@@ -436,6 +438,12 @@ ...@@ -436,6 +438,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -773,6 +781,12 @@ ...@@ -773,6 +781,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -1069,6 +1083,22 @@ PM&gt; Install-Package DotNetCore.CAP.MongoDB ...@@ -1069,6 +1083,22 @@ PM&gt; Install-Package DotNetCore.CAP.MongoDB
<h2 id="__comments">Comments</h2>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://cap.dotnet-chain.com/user-guide/getting-started/";
this.page.identifier =
"/user-guide/getting-started/";
};
(function() {
var d = document, s = d.createElement("script");
s.src = "//cap-1.disqus.com/embed.js";
s.setAttribute("data-timestamp", +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</article> </article>
</div> </div>
...@@ -1129,6 +1159,17 @@ PM&gt; Install-Package DotNetCore.CAP.MongoDB ...@@ -1129,6 +1159,17 @@ PM&gt; Install-Package DotNetCore.CAP.MongoDB
</div> </div>
<div class="md-footer-social">
<link rel="stylesheet" href="../../assets/fonts/font-awesome.css">
<a href="https://github.com/dotnetcore/cap" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ncc_community" class="md-footer-social__link fa fa-twitter"></a>
<a href="https://weibo.com/dotnetcore" class="md-footer-social__link fa fa-weibo"></a>
</div>
</div> </div>
</div> </div>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<meta name="description" content="Project documentation with Markdown."> <meta name="description" content="Project documentation with Markdown.">
<link rel="canonical" href="https://cap.dotnet-chain.org/user-guide/implementation/"> <link rel="canonical" href="https://cap.dotnet-chain.com/user-guide/implementation/">
<meta name="author" content="CAP Team"> <meta name="author" content="CAP Team">
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
<link rel="stylesheet" href="../../assets/fonts/material-icons.css"> <link rel="stylesheet" href="../../assets/fonts/material-icons.css">
<link rel="manifest" href="../../manifest.webmanifest">
...@@ -117,9 +119,9 @@ ...@@ -117,9 +119,9 @@
<nav class="md-header-nav md-grid"> <nav class="md-header-nav md-grid">
<div class="md-flex"> <div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink"> <div class="md-flex__cell md-flex__cell--shrink">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-header-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-header-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
</div> </div>
...@@ -274,9 +276,9 @@ ...@@ -274,9 +276,9 @@
<div class="md-sidebar__inner"> <div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0"> <nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer"> <label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
CAP CAP
...@@ -458,6 +460,12 @@ ...@@ -458,6 +460,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -721,6 +729,12 @@ ...@@ -721,6 +729,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -877,6 +891,22 @@ ...@@ -877,6 +891,22 @@
<h2 id="__comments">Comments</h2>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://cap.dotnet-chain.com/user-guide/implementation/";
this.page.identifier =
"/user-guide/implementation/";
};
(function() {
var d = document, s = d.createElement("script");
s.src = "//cap-1.disqus.com/embed.js";
s.setAttribute("data-timestamp", +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</article> </article>
</div> </div>
...@@ -937,6 +967,17 @@ ...@@ -937,6 +967,17 @@
</div> </div>
<div class="md-footer-social">
<link rel="stylesheet" href="../../assets/fonts/font-awesome.css">
<a href="https://github.com/dotnetcore/cap" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ncc_community" class="md-footer-social__link fa fa-twitter"></a>
<a href="https://weibo.com/dotnetcore" class="md-footer-social__link fa fa-weibo"></a>
</div>
</div> </div>
</div> </div>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<meta name="description" content="Project documentation with Markdown."> <meta name="description" content="Project documentation with Markdown.">
<link rel="canonical" href="https://cap.dotnet-chain.org/user-guide/transaction/"> <link rel="canonical" href="https://cap.dotnet-chain.com/user-guide/transaction/">
<meta name="author" content="CAP Team"> <meta name="author" content="CAP Team">
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
<link rel="stylesheet" href="../../assets/fonts/material-icons.css"> <link rel="stylesheet" href="../../assets/fonts/material-icons.css">
<link rel="manifest" href="../../manifest.webmanifest">
...@@ -117,9 +119,9 @@ ...@@ -117,9 +119,9 @@
<nav class="md-header-nav md-grid"> <nav class="md-header-nav md-grid">
<div class="md-flex"> <div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink"> <div class="md-flex__cell md-flex__cell--shrink">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-header-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-header-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
</div> </div>
...@@ -274,9 +276,9 @@ ...@@ -274,9 +276,9 @@
<div class="md-sidebar__inner"> <div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0"> <nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer"> <label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="https://cap.dotnet-chain.org" title="CAP" class="md-nav__button md-logo"> <a href="https://cap.dotnet-chain.com" title="CAP" class="md-nav__button md-logo">
<i class="md-icon">cloud</i> <i class="md-icon"></i>
</a> </a>
CAP CAP
...@@ -442,6 +444,12 @@ ...@@ -442,6 +444,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -665,6 +673,12 @@ ...@@ -665,6 +673,12 @@
<li class="md-nav__item">
<a href="#__comments" title="Comments" class="md-nav__link md-nav__link--active">
Comments
</a>
</li>
</ul> </ul>
</nav> </nav>
...@@ -698,6 +712,22 @@ ...@@ -698,6 +712,22 @@
<h2 id="__comments">Comments</h2>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://cap.dotnet-chain.com/user-guide/transaction/";
this.page.identifier =
"/user-guide/transaction/";
};
(function() {
var d = document, s = d.createElement("script");
s.src = "//cap-1.disqus.com/embed.js";
s.setAttribute("data-timestamp", +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</article> </article>
</div> </div>
...@@ -758,6 +788,17 @@ ...@@ -758,6 +788,17 @@
</div> </div>
<div class="md-footer-social">
<link rel="stylesheet" href="../../assets/fonts/font-awesome.css">
<a href="https://github.com/dotnetcore/cap" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ncc_community" class="md-footer-social__link fa fa-twitter"></a>
<a href="https://weibo.com/dotnetcore" class="md-footer-social__link fa fa-weibo"></a>
</div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment