Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
change html title
Browse files Browse the repository at this point in the history
  • Loading branch information
eyworldwide committed Nov 18, 2020
1 parent 200bd51 commit 13c6e2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<title>Oasis Engine</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
Expand Down Expand Up @@ -51,7 +51,6 @@
var sidebar = isHomePage ? `${OASIS_VERSION}/manual/${OASIS_LANG}/SUMMARY.md` : `SUMMARY.md`;

window.$docsify = {
// name: 'Oasis Engine',
repo: 'https://github.com/oasis-engine',
loadSidebar: sidebar,
loadNavbar: '_nav.md',
Expand Down

0 comments on commit 13c6e2b

Please sign in to comment.