mirror of
https://github.com/ent/ent.git
synced 2026-03-05 19:35:23 +03:00
doc/website: we stand with israel; we are israel (#3792)
Surprisingly (not really), this is not that obvious these days.
This commit is contained in:
committed by
Ariel Mashraki
parent
8a848a6475
commit
5718c3001b
@@ -253,11 +253,12 @@ const config = {
|
||||
`,
|
||||
},
|
||||
announcementBar: {
|
||||
id: 'announcementBar-1', // Increment on change
|
||||
content: `⭐️ If you like Ent, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/ent/ent">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/entgo_io" >Twitter</a> ${TwitterSvg}`,
|
||||
id: 'announcementBar-2', // Increment on change
|
||||
// content: `⭐️ If you like Ent, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/ent/ent">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/entgo_io" >Twitter</a> ${TwitterSvg}`,
|
||||
content: `<a style="text-decoration: none;" target="_blank" rel="noopener noreferrer" href="https://twitter.com/Israel/status/1713931519620788538">The Ent Team Stands With Israel 🇮🇱</a>`,
|
||||
backgroundColor: '#fafbfc',
|
||||
textColor: '#091E42',
|
||||
isCloseable: true,
|
||||
textColor: '#404756',
|
||||
isCloseable: false,
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
@@ -15,10 +15,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@crowdin/cli": "3",
|
||||
"@docusaurus/core": "^2.0.1",
|
||||
"@docusaurus/plugin-client-redirects": "^2.0.1",
|
||||
"@docusaurus/preset-classic": "^2.0.1",
|
||||
"@docusaurus/core": "^2.4.3",
|
||||
"@docusaurus/plugin-client-redirects": "^2.4.3",
|
||||
"@docusaurus/preset-classic": "^2.4.3",
|
||||
"clsx": "^1.1.1",
|
||||
"docusaurus": "^1.14.7",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-github-btn": "^1.2.0"
|
||||
|
||||
@@ -867,7 +867,9 @@ div[class^='announcementBar_'] {
|
||||
var(--site-announcement-bar-stripe-color2) 10px,
|
||||
var(--site-announcement-bar-stripe-color2) 40px
|
||||
);
|
||||
font-weight: bold;
|
||||
font-weight: 700;
|
||||
height: 34px;
|
||||
font-size: 19px;
|
||||
}
|
||||
|
||||
.code-block-error-message {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user