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 a074fe7 commit d184def
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
34 changes: 0 additions & 34 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,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 @@ -93,20 +83,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 @@ -189,12 +165,6 @@ var _hmt = _hmt || [];
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
announcementBar: {
id: "announcement", // ID of the announcement bar
content:
"<a target=\"_blank\" rel=\"noreferrer\" href=\"https://casbin.org/\">💖 Looking for an open-source and cross-platform authorization solution that supports ACL, RBAC, ABAC? Learn more about: Casbin</a>",
isCloseable: true,
},
docs: {
sidebar: {hideable: true},
},
Expand Down Expand Up @@ -240,9 +210,5 @@ var _hmt = _hmt || [];
src: "/js/isMainland.js",
async: true,
},
{
src: "/js/tawk.js",
async: true,
},
],
};
9 changes: 0 additions & 9 deletions static/js/tawk.js
Original file line number Diff line number Diff line change
@@ -1,9 +0,0 @@
/* eslint-disable no-var */
// eslint-disable-next-line unused-imports/no-unused-vars
var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date();
(function() {
var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];
s1.src = "https://embed.tawk.to/623352fea34c2456412b8c51/1fuc7od6e";
s1.setAttribute("crossorigin", "*");
s0.parentNode.insertBefore(s1, s0);
})();

0 comments on commit d184def

Please sign in to comment.