소스 검색

Render the new logo in the documentation

JC Brand 6 년 전
부모
커밋
e41eebcce9
4개의 변경된 파일50개의 추가작업 그리고 4개의 파일을 삭제
  1. BIN
      docs/source/_static/conversejs_small.png
  2. 48 0
      docs/source/_static/logo.svg
  3. 1 3
      docs/source/_templates/layout.html
  4. 1 1
      docs/source/conf.py

BIN
docs/source/_static/conversejs_small.png


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 48 - 0
docs/source/_static/logo.svg


+ 1 - 3
docs/source/_templates/layout.html

@@ -9,9 +9,7 @@
 {% block footer %}
     {{ super() }}
     <script>
-        converse.initialize({
-            bosh_service_url: 'https://conversejs.org/http-bind/',
-        });
+        converse.initialize({'bosh_service_url': 'https://conversejs.org/http-bind/'});
     </script>
 {% endblock %}
 

+ 1 - 1
docs/source/conf.py

@@ -102,7 +102,7 @@ html_static_path = ['_static']
 
 # (Optional) Logo. Should be small enough to fit the navbar (ideally 24x24).
 # Path should be relative to the ``_static`` files directory.
-html_logo = "_static/conversejs_small.png"
+html_logo = "_static/logo.svg"
 
 # Theme options are theme-specific and customize the look and feel of a
 # theme further.

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.