forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes: aptos-labs#177
- Loading branch information
Showing
10 changed files
with
152 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,11 +44,11 @@ const config = { | |
/** @type {import("@docusaurus/preset-classic").ThemeConfig} */ | ||
({ | ||
navbar: { | ||
title: "Developer Documentation", | ||
title: "| Developer Network", | ||
logo: { | ||
alt: "Aptos Labs Logo", | ||
src: "img/aptos_logo_wordmark_transparent_blk.png", | ||
srcDark: "img/aptos_logo_wordmark_transparent_white.png", | ||
src: "img/aptos_word.svg", | ||
srcDark: "/img/aptos_word.svg", | ||
}, | ||
items: [ | ||
{ | ||
|
@@ -62,24 +62,64 @@ const config = { | |
style: "dark", | ||
links: [ | ||
{ | ||
title: "Community", | ||
title: null, | ||
items: [ | ||
{ | ||
label: "Reddit", | ||
href: "https://www.reddit.com/r/aptoslabs/", | ||
html: ` | ||
<a class="social-link" href="https://aptoslabs.com" target="_blank" rel="noopener noreferrer" title="Git"> | ||
<img class="logo" src="/img/aptos_word.svg" alt="Git Icon" /> | ||
</a> | ||
` | ||
}, | ||
], | ||
}, | ||
{ | ||
title: null, | ||
items: [ | ||
{ | ||
label: "Discord", | ||
href: "https://discord.gg/zTDYBEud7U", | ||
html: ` | ||
<p class="emails"> | ||
If you have any questions, please contact us at </br> | ||
<a href="mailto:[email protected]" target="_blank" rel="noreferrer noopener"> | ||
[email protected] | ||
</a> or | ||
<a href="mailto:[email protected]" target="_blank" rel="noreferrer noopener"> | ||
[email protected] | ||
</a> | ||
</p> | ||
`, | ||
}, | ||
], | ||
}, | ||
{ | ||
title: null, | ||
items: [ | ||
{ | ||
label: "Twitter", | ||
href: "https://twitter.com/aptoslabs", | ||
html: ` | ||
<p class="right"> | ||
<nav class="social-links"> | ||
<a class="social-link" href="https://github.com/aptoslabs" target="_blank" rel="noopener noreferrer" title="Git"> | ||
<img class="icon" src="/img/socials/git.svg" alt="Git Icon" /> | ||
</a> | ||
<a class="social-link" href="https://discord.gg/zTDYBEud7U" target="_blank" rel="noopener noreferrer" title="Discord"> | ||
<img class="icon" src="/img/socials/discord.svg" alt="Discord Icon" /> | ||
</a> | ||
<a class="social-link" href="https://twitter.com/aptoslabs/" target="_blank" rel="noopener noreferrer" title="Twitter"> | ||
<img class="icon" src="/img/socials/twitter.svg" alt="Twitter Icon" /> | ||
</a> | ||
<a class="social-link" href="https://aptoslabs.medium.com/" target="_blank" rel="noopener noreferrer" title="Medium"> | ||
<img class="icon" src="/img/socials/medium.svg" alt="Medium Icon" /> | ||
</a> | ||
<a class="social-link" href="https://www.linkedin.com/company/aptoslabs/" target="_blank" rel="noopener noreferrer" title="LinkedIn"> | ||
<img class="icon" src="/img/socials/linkedin.svg" alt="LinkedIn Icon" /> | ||
</a> | ||
</nav> | ||
</p> | ||
`, | ||
}, | ||
], | ||
}, | ||
], | ||
copyright: `Copyright © ${new Date().getFullYear()} Aptos Labs`, | ||
}, | ||
prism: { | ||
theme: lightCodeTheme, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.