Skip to content

Commit

Permalink
some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeaty committed Oct 2, 2024
1 parent 7ff9afd commit b47c033
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
5 changes: 2 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.

### Installation
## Installation

First, you'll need to do at least one full build of Coral. In the root of the repository, peform the following.

Expand All @@ -13,8 +13,7 @@ sh scripts/build-development.sh

The reason for this is that the docs references the `client/` and `server/` generated types and components to populate the live docs information.


### Local Development
## Local Development

Then within `docs/` you can run the following:

Expand Down
2 changes: 0 additions & 2 deletions docs/docs/graphql.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
id: schema
pagination_next: null
pagination_prev: null
title: Getting Started with the Coral API
sidebar_label: Coral API
sidebar_position: 1
Expand Down
8 changes: 0 additions & 8 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { themes as prismThemes } from "prism-react-renderer";
const config: Config = {
title: "Coral",
tagline: "A better commenting experience from Vox Media",
favicon: "img/favicon.ico",
url: "https://docs.coralproject.net",
baseUrl: "/",
organizationName: "coralproject",
Expand Down Expand Up @@ -120,13 +119,6 @@ const config: Config = {
docOptions: {
index: true,
},
schemaSidebar: [
{ type: "doc", id: "api/schema" },
{
type: "autogenerated",
dirName: "api",
},
],
},
],
"docusaurus-lunr-search",
Expand Down

0 comments on commit b47c033

Please sign in to comment.