|
8 | 8 | <meta name="apple-mobile-web-app-capable" content="yes"> |
9 | 9 | <meta name="apple-mobile-web-app-status-bar-style" content="default"> |
10 | 10 | <meta name="msapplication-TileColor" content="#11191f"> |
11 | | - <meta name="application-name" content="MrDocs"> |
12 | | - <title>MrDocs</title> |
13 | | - <meta name="description" content="MrDocs is a C++ documentation generator for your projects."> |
| 11 | + <meta name="application-name" content="Mr.Docs"> |
| 12 | + <title>Mr.Docs</title> |
| 13 | + <meta name="description" content="Mr.Docs is a C++ documentation generator for your projects."> |
14 | 14 | <link rel="canonical" href="https://www.mrdocs.com"> |
15 | 15 | <meta name="robots" content="index, follow"> |
16 | | - <meta property="og:title" content="MrDocs"> |
17 | | - <meta property="og:description" content="MrDocs is a C++ documentation generator for your projects."> |
| 16 | + <meta property="og:title" content="Mr.Docs"> |
| 17 | + <meta property="og:description" content="Mr.Docs is a C++ documentation generator for your projects."> |
18 | 18 | <meta property="og:url" content="https://www.mrdocs.com"> |
19 | | - <meta property="og:site_name" content="MrDocs"> |
| 19 | + <meta property="og:site_name" content="Mr.Docs"> |
20 | 20 | <meta property="og:type" content="website"> |
21 | 21 | <meta name="twitter:card" content="summary_large_image"> |
22 | 22 | <meta property="twitter:domain" content="https://www.mrdocs.com"> |
|
58 | 58 | <path d="M687.9 399.8c-19.7 7.5-38.1 18.2-53.7 32.4-1.7 1.3-3.6 3.2-6 2.9l1.3-10.2c-.9-.2-2.4 0-3.1.5-.1 0 0 0 0 0 .5-.2 1.1-.6 1.7-1 17.8-12.3 38.4-20.9 59.3-25.7l.3.9ZM646 410.1c-19.1 8.9-36.7 20.9-51.3 36.1-1.6 1.5-3.3 3.4-5.7 3.4l.6-10.3c-.9 0-2.4.2-3.1.7-.1.1 0 0 0 0 .5-.2 1-.6 1.7-1.1 16.9-13.5 36.8-23.5 57.4-29.8l.4.9ZM741.6 399.6l-22.3 6.1c-5.1 1.6-11.1 2.6-15.6 5.2-1.1.8-2.8 2.3-4.4 3.5l-3.7-5.5c2.6-1.5 5.2-3.6 8.3-4.3 4.8-1.2 9.8-1.8 14.5-2.6l22.9-3.3.2 1ZM327.1 630c-5 39.2-3.9 78.8-.3 118l-14.5.5c.9-39.9 4.3-80 13.8-118.7l1 .2Z"/> |
59 | 59 | </g> |
60 | 60 | </svg> |
61 | | -<span class="logo-text">MrDocs</span> |
| 61 | +<span class="logo-text">Mr.Docs</span> |
62 | 62 | </a> |
63 | 63 | </div> |
64 | 64 | <div class="nav-section"> |
|
80 | 80 | <header> |
81 | 81 | <div class="container"> |
82 | 82 | <div class="header-content"> |
83 | | - <h1>MrDocs</h1> |
84 | | - <p>MrDocs is a C++ documentation generator for your projects.</p> |
| 83 | + <h1>Mr.Docs</h1> |
| 84 | + <p>Mr.Docs is a C++ documentation generator for your projects.</p> |
85 | 85 | <div class="header-cta"> |
86 | 86 | <a href="docs/" class="secondary" role="button" aria-label="Documentation">Get started</a> |
87 | 87 | <a href="docs/mrdocs/install.html" class="contrast outline" role="button" aria-label="Download">Download</a> |
@@ -111,7 +111,7 @@ <h1>MrDocs</h1> |
111 | 111 | <div class="principles-content"> |
112 | 112 | <hgroup> |
113 | 113 | <h2>Simple code, simple documentation</h2> |
114 | | - <h3>MrDocs understands C++ so you can focus on keeping the code simple.</h3> |
| 114 | + <h3>Mr.Docs understands C++ so you can focus on keeping the code simple.</h3> |
115 | 115 | </hgroup> |
116 | 116 | </div> |
117 | 117 | </div> |
@@ -159,16 +159,17 @@ <h4>Customizable</h4> |
159 | 159 | </div> |
160 | 160 | </div> |
161 | 161 | </div> |
162 | | - </section> |
163 | | - <section id="features" class="features"> |
164 | | - <div class="container"> |
165 | | - <hgroup> |
166 | | - <h2>More Code, Fewer Workarounds</h2> |
167 | | - <h3>MrDocs let's you keep the code simple and maintainable.</h3> |
168 | | - </hgroup> |
| 162 | + </div> |
| 163 | + </section> |
| 164 | + <section id="features"> |
| 165 | + <div class="container"> |
| 166 | + <hgroup> |
| 167 | + <h2>More Code, Fewer Workarounds</h2> |
| 168 | + <h3>Mr.Docs let's you keep the code simple and maintainable.</h3> |
| 169 | + </hgroup> |
169 | 170 | <div class="snippet-documentation-panel"> |
170 | 171 | <ul class="check"> |
171 | | - <li>MrDocs understands C++ features such as attributes and noexcept functions.</li> |
| 172 | + <li>Mr.Docs understands C++ features such as attributes and noexcept functions.</li> |
172 | 173 | </ul> |
173 | 174 | <div class="panel-container"> |
174 | 175 | <div class="snippet-panel"> |
@@ -520,13 +521,12 @@ <h3>Parameters</h3> |
520 | 521 | </div> |
521 | 522 | </div> |
522 | 523 | </div> |
523 | | - </div> |
524 | | - </section> |
525 | | - <section id="star" data-theme="light" aria-label="Star MrDocs on GitHub"> |
526 | | - <div class="container"> |
527 | | - <p>Give us a Star on GitHub: |
528 | | - <iframe |
529 | | - src="https://ghbtns.com/github-btn.html?user=cppalliance&repo=mrdocs&type=star&count=true&size=large" |
| 524 | + </div> |
| 525 | + </section> |
| 526 | + <section id="star" data-theme="light" aria-label="Star Mr.Docs on GitHub"> |
| 527 | + <div class="container"> |
| 528 | + <p>Give us a Star on GitHub: |
| 529 | + <iframe src="https://ghbtns.com/github-btn.html?user=cppalliance&repo=mrdocs&type=star&count=true&size=large" |
530 | 530 | frameborder="0" scrolling="0" width="160" height="30" title="GitHub"></iframe> |
531 | 531 | </p> |
532 | 532 | </div> |
|
0 commit comments