Skip to content

Commit

Permalink
Remove unused license code
Browse files Browse the repository at this point in the history
It's being generated from the markdown gen instead
  • Loading branch information
mike-solomon committed Dec 20, 2024
1 parent 085693d commit 0a12161
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 63 deletions.
7 changes: 1 addition & 6 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ import type { Config } from "@docusaurus/types";
import { themes as prismThemes } from "prism-react-renderer";
import remarkTokenReplacer from "./src/plugins/replace-tokens";
import latestVersions from "./src/plugins/latest-versions";
import licenses from "./src/plugins/licenses";

const allReplacements = {
...latestVersions,
...licenses,
}
const description = "Large-scale automated source code refactoring"

const structuredData = {
Expand Down Expand Up @@ -79,7 +74,7 @@ const config: Config = {
[
remarkTokenReplacer,
{
replacements: allReplacements,
replacements: latestVersions,
},
],
],
Expand Down
57 changes: 0 additions & 57 deletions src/plugins/licenses.js

This file was deleted.

0 comments on commit 0a12161

Please sign in to comment.