Skip to content

Commit ebf58b7

Browse files
committed
fix footer links
1 parent a5c1299 commit ebf58b7

File tree

3 files changed

+5
-19
lines changed

3 files changed

+5
-19
lines changed

docs/share.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ While secret gists are not visible to search engines they are still visible if s
3030

3131
:::
3232

33-
To learn more about gists, please, refer to the [GitHub Documentation](https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists).
33+
To learn more about gists please refer to the [GitHub Documentation](https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists).
3434

3535
In case you want to delete a gist, you can click the `Unshare` button.
3636

37-
Additionally, the gist does not get synced with your working diagram unless you re-share.
37+
Additionally, the gist does not get synced with your working diagram unless you re-share by clicking the `Share` button again.

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ const config = {
104104
items: [
105105
{
106106
label: 'Discord',
107-
href: 'https://discordapp.com/invite/docusaurus',
107+
href: 'https://discord.gg/BrjZgNrmR6',
108108
},
109109
{
110110
label: 'Twitter',
111-
href: 'https://twitter.com/docusaurus',
111+
href: 'https://x.com/drawdb_',
112112
},
113113
],
114114
},
@@ -117,7 +117,7 @@ const config = {
117117
items: [
118118
{
119119
label: 'GitHub',
120-
href: 'https://github.com/facebook/docusaurus',
120+
href: 'https://github.com/drawdb-io/drawdb',
121121
},
122122
],
123123
},

sidebars.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
1-
/**
2-
* Creating a sidebar enables you to:
3-
- create an ordered group of docs
4-
- render a sidebar for each doc of that group
5-
- provide next/previous navigation
6-
7-
The sidebars can be generated from the filesystem, or explicitly defined here.
8-
9-
Create as many sidebars as you want.
10-
*/
11-
12-
// @ts-check
13-
141
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
152
const sidebars = {
16-
// By default, Docusaurus generates a sidebar from the docs folder structure
173
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
184
};
195

0 commit comments

Comments
 (0)