Skip to content

Commit

Permalink
Cleanup and blog removal
Browse files Browse the repository at this point in the history
  • Loading branch information
fr1t2 committed Aug 8, 2023
1 parent 3fc2c25 commit d3a2403
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 295 deletions.
File renamed without changes.
53 changes: 4 additions & 49 deletions docusaurus.config.js
Expand Up @@ -11,7 +11,7 @@ const katex = require('rehype-katex');
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'QRL Docs',
tagline: 'Documentation for The Quantum Resistant Ledger - QRL',
tagline: 'Documentation for The Quantum Resistant Ledger - The QRL',
url: 'https://docs.theqrl.org',
baseUrl: '/',
onBrokenLinks: 'warn',
Expand All @@ -21,7 +21,7 @@ const config = {
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'theQRL', // Usually your GitHub org/user name.
projectName: 'The Quantum Resistant Ledger', // Usually your repo name.
projectName: 'documentation', // Usually your repo name.

// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
Expand Down Expand Up @@ -71,11 +71,7 @@ const config = {
},
],



plugins: [


[require.resolve('@cmfcmf/docusaurus-search-local'), {
// whether to index docs pages
indexDocs: true,
Expand All @@ -91,7 +87,6 @@ const config = {

],


themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
Expand All @@ -117,37 +112,7 @@ const config = {
src: 'assets/img/icons/qrl-logo.svg',
},
items: [
/*// Left Side
{
type: 'dropdown',
label: 'Learn',
position: 'left',
items: [
{
label: 'About QRL',
href: '/learn'
},
{
label: 'QRL Whitepaper',
href: '/learn/whitepaper'
},
{
label: 'Block Rewards',
href: '/learn/qrl-emission'
},
{
label: 'OTS Keys',
href: '/build/fundamentals/ots-keys'
},
{
label: 'On-Chain Voting',
href: '/learn/on-chain-voting'
},
// ... more learn items
],
},
*/
/*// Left Side */
{
type: 'dropdown',
label: 'Use',
Expand All @@ -173,7 +138,6 @@ const config = {
label: 'Tools',
href: '/use/tools'
},
// ... more using items
],
},
{
Expand Down Expand Up @@ -250,15 +214,6 @@ const config = {
label: 'Tutorials',
},


/*
{
type: 'docSidebar',
position: 'left',
sidebarId: 'docSidebar',
label: 'API',
},
*/
// Right Side

{
Expand Down Expand Up @@ -348,7 +303,7 @@ const config = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} The QRL - Built with Docusaurus.`,
},
prism: {
theme: require('prism-react-renderer/themes/github'),
Expand Down

0 comments on commit d3a2403

Please sign in to comment.