Skip to content

Commit

Permalink
Improve text
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeguy committed Mar 26, 2024
1 parent 19e85e5 commit 25c9f93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
28 changes: 0 additions & 28 deletions docusaurus.config.js
Expand Up @@ -58,16 +58,6 @@ module.exports = {
to: "/help",
position: "left",
},
{
href: "https://casdoor.com",
label: "For Enterprise",
position: "left",
},
{
href: "https://casdoor.com",
label: "Hosting Plan (SaaS)",
position: "left",
},
{
type: "localeDropdown",
position: "right",
Expand Down Expand Up @@ -96,20 +86,6 @@ module.exports = {
type: "search",
position: "right",
},
{
type: "custom-casdoor",
label: "Sign Up",
src: "https://casdoor.com",
position: "right",
className: "casdoor-signup casdoor-link",
},
{
type: "custom-casdoor",
label: "Login",
src: "https://casdoor.com",
position: "right",
className: "casdoor-login casdoor-link",
},
],
},
footer: {
Expand Down Expand Up @@ -239,9 +215,5 @@ var _hmt = _hmt || [];
src: "/js/isMainland.js",
async: true,
},
{
src: "/js/tawk.js",
async: true,
},
],
};
8 changes: 0 additions & 8 deletions static/js/tawk.js
@@ -1,8 +0,0 @@
// eslint-disable-next-line no-var, unused-imports/no-unused-vars
var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date();
(function() {
const s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];
s1.src = "https://embed.tawk.to/623355d51ffac05b1d7f1820/1fuc8ejfa";
s1.setAttribute("crossorigin", "*");
s0.parentNode.insertBefore(s1, s0);
})();

0 comments on commit 25c9f93

Please sign in to comment.