Browse Source

fix: api doc logo

tags/v4.0.0^2
yystopf Gitea 4 years ago
parent
commit
ebe893022f
8 changed files with 5 additions and 4 deletions
  1. BIN
      app/docs/slate/source/images/logo.png
  2. +1
    -1
      app/docs/slate/source/layouts/layout.erb
  3. +1
    -0
      app/docs/slate/source/stylesheets/screen.css.scss
  4. +2
    -2
      public/docs/api.html
  5. BIN
      public/docs/images/logo-8bc02cd4.png
  6. BIN
      public/docs/images/logo-cf8353ee.png
  7. +1
    -0
      public/docs/stylesheets/screen-69a70330.css
  8. +0
    -1
      public/docs/stylesheets/screen-cf7c3c82.css

BIN
app/docs/slate/source/images/logo.png View File

Before After
Width: 465  |  Height: 90  |  Size: 14 kB

+ 1
- 1
app/docs/slate/source/layouts/layout.erb View File

@@ -63,7 +63,7 @@ under the License.
</span>
</a>
<div class="toc-wrapper">
<%= image_tag "logo.png", class: 'logo' %>
<%= image_tag "logo.png", class: 'logo ' %>
<% if language_tabs.any? %>
<div class="lang-selector">
<% language_tabs.each do |lang| %>


+ 1
- 0
app/docs/slate/source/stylesheets/screen.css.scss View File

@@ -77,6 +77,7 @@ html, body {
margin: 15px auto;
max-width: 100%;
margin-bottom: $logo-margin;
max-width: 80%;
}

&>.search {


+ 2
- 2
public/docs/api.html View File

@@ -279,7 +279,7 @@
color: #859900;
}
</style>
<link href="stylesheets/screen-cf7c3c82.css" rel="stylesheet" media="screen" />
<link href="stylesheets/screen-69a70330.css" rel="stylesheet" media="screen" />
<link href="stylesheets/print-953e3353.css" rel="stylesheet" media="print" />
<script src="javascripts/all-e033bdd3.js"></script>

@@ -296,7 +296,7 @@
</span>
</a>
<div class="toc-wrapper">
<img src="images/logo-cf8353ee.png" class="logo" alt="" />
<img src="images/logo-8bc02cd4.png" class="logo " alt="" />
<div class="lang-selector">
<a href="#" data-language-name="shell">Shell</a>
<a href="#" data-language-name="javascript">JavaScript</a>


BIN
public/docs/images/logo-8bc02cd4.png View File

Before After
Width: 465  |  Height: 90  |  Size: 14 kB

BIN
public/docs/images/logo-cf8353ee.png View File

Before After

+ 1
- 0
public/docs/stylesheets/screen-69a70330.css
File diff suppressed because it is too large
View File


+ 0
- 1
public/docs/stylesheets/screen-cf7c3c82.css
File diff suppressed because it is too large
View File


Loading…
Cancel
Save