Skip to content

Commit

Permalink
final v2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Oct 7, 2023
1 parent de5d8ac commit b566e3c
Show file tree
Hide file tree
Showing 366 changed files with 3 additions and 51,313 deletions.
15 changes: 3 additions & 12 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const socials = require("./socials");

/** @type {import('@docusaurus/types').Config} */
const config = {
title: "AstroNvim",
title: "AstroNvim v2",
tagline:
"An aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins",
url: "https://astronvim.github.io",
Expand All @@ -119,9 +119,6 @@ const config = {
docs: {
sidebarPath: require.resolve("./sidebars.js"),
routeBasePath: "/",
versions: {
current: { label: "nightly", path: "nightly" },
},
},
blog: false,
theme: {
Expand All @@ -142,18 +139,12 @@ const config = {
},
],
navbar: {
title: "AstroNvim",
title: "AstroNvim v2",
logo: {
alt: "AstroNvim Logo",
src: "img/logo/astronvim.svg",
},
items: [
{
type: "docsVersionDropdown",
position: "left",
},
...socials,
],
items: [...socials],
},
prism: {
theme: oneDarkTheme,
Expand Down
65 changes: 0 additions & 65 deletions versioned_docs/version-1.7.0/acknowledgements.md

This file was deleted.

Loading

0 comments on commit b566e3c

Please sign in to comment.