Skip to content

Commit

Permalink
final release of AstroNvim v1 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Oct 7, 2023
1 parent 7305d01 commit 7028a8f
Show file tree
Hide file tree
Showing 65 changed files with 2 additions and 8,270 deletions.
11 changes: 2 additions & 9 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const oneDarkTheme = {

/** @type {import('@docusaurus/types').Config} */
const config = {
title: "AstroNvim",
title: "AstroNvim v1",
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 @@ -117,9 +117,6 @@ const config = {
docs: {
sidebarPath: require.resolve("./sidebars.js"),
routeBasePath: "/",
versions: {
current: { label: "nightly", path: "nightly" },
},
},
blog: false,
theme: {
Expand All @@ -140,16 +137,12 @@ const config = {
},
],
navbar: {
title: "AstroNvim",
title: "AstroNvim v1",
logo: {
alt: "AstroNvim Logo",
src: "img/logo/astronvim.svg",
},
items: [
{
type: "docsVersionDropdown",
position: "left",
},
{
href: "https://github.com/AstroNvim/AstroNvim",
position: "right",
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 7028a8f

Please sign in to comment.