Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
9653636d
Commit
9653636d
authored
Mar 30, 2019
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Load converse.js in the API docs and update favicon
parent
d1b76599
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
docs/source/_static/favicon.ico
docs/source/_static/favicon.ico
+0
-0
docs/source/_templates/jsdoc_layout.tmpl
docs/source/_templates/jsdoc_layout.tmpl
+9
-8
No files found.
docs/source/_static/favicon.ico
View replaced file @
d1b76599
View file @
9653636d
1.12 KB
|
W:
|
H:
1.12 KB
|
W:
|
H:
2-up
Swipe
Onion skin
docs/source/_templates/jsdoc_layout.tmpl
View file @
9653636d
...
...
@@ -2,16 +2,16 @@
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
JSDoc:
<?js= title ?>
</title>
<script
src=
"scripts/prettify/prettify.js"
>
</script>
<script
src=
"scripts/prettify/lang-css.js"
>
</script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>
Converse.js API Documentation
<?js= title ?>
</title>
<script
src=
"scripts/prettify/prettify.js"
></script>
<script
src=
"scripts/prettify/lang-css.js"
></script>
<script
src=
"./analytics.js"
></script>
<script
src=
"/dist/converse.min.js"
></script>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"styles/prettify-tomorrow.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"styles/jsdoc-default.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/docs/source/_static/api.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/converse.min.css"
>
<link
rel=
"shortcut icon"
href=
"/css/images/favicon.ico"
/>
</head>
<body>
...
...
@@ -45,11 +45,11 @@
</h1>
<h1
class=
"page-title"
>
<?js= title ?>
</h1>
<?js= content ?>
</div>
<nav>
<h2><a
href=
"/docs/html/index.html"
>
Docs Entrypoint
</a></h2>
<?js= this.nav ?>
</nav>
...
...
@@ -61,5 +61,6 @@
<script>
prettyPrint
();
</script>
<script
src=
"scripts/linenumber.js"
>
</script>
<script>
converse
.
initialize
({
'
bosh_service_url
'
:
'
https://conversejs.org/http-bind/
'
});
</script>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment