Browse Source

Add a link to GitHub

yhirose 1 month ago
parent
commit
a9fc935919

+ 1 - 0
docs-src/templates/base.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="{{ site.base_path }}/{{ lang }}/">Home</a>
         <a href="{{ site.base_path }}/{{ lang }}/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/en/cookbook/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/en/">Home</a>
         <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/en/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/en/">Home</a>
         <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/en/tour/01-getting-started/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/en/">Home</a>
         <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/en/tour/02-basic-client/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/en/">Home</a>
         <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/en/tour/03-basic-server/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/en/">Home</a>
         <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/en/tour/04-static-file-server/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/en/">Home</a>
         <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/en/tour/05-tls-setup/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/en/">Home</a>
         <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/en/tour/06-https-client/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/en/">Home</a>
         <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/en/tour/07-https-server/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/en/">Home</a>
         <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/en/tour/08-websocket/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/en/">Home</a>
         <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/en/tour/09-whats-next/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/en/">Home</a>
         <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/en/tour/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/en/">Home</a>
         <a href="&#x2F;cpp-httplib/en/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/ja/cookbook/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/ja/">Home</a>
         <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/ja/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/ja/">Home</a>
         <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/ja/tour/01-getting-started/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/ja/">Home</a>
         <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/ja/tour/02-basic-client/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/ja/">Home</a>
         <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/ja/tour/03-basic-server/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/ja/">Home</a>
         <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/ja/tour/04-static-file-server/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/ja/">Home</a>
         <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/ja/tour/05-tls-setup/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/ja/">Home</a>
         <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/ja/tour/06-https-client/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/ja/">Home</a>
         <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/ja/tour/07-https-server/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/ja/">Home</a>
         <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/ja/tour/08-websocket/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/ja/">Home</a>
         <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/ja/tour/09-whats-next/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/ja/">Home</a>
         <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>

+ 1 - 0
docs/ja/tour/index.html

@@ -21,6 +21,7 @@
       <nav class="header-nav">
         <a href="&#x2F;cpp-httplib/ja/">Home</a>
         <a href="&#x2F;cpp-httplib/ja/tour/">Tour</a>
+        <a href="https://github.com/yhirose/cpp-httplib">GitHub</a>
       </nav>
       <div class="header-tools">
         <button class="theme-toggle" aria-label="Toggle theme"></button>