Skip to content

Commit

Permalink
Remove remaining files after Latest News removal (#273)
Browse files Browse the repository at this point in the history
* Remove remaining files after Latest News removal

Signed-off-by: Damian Stasik <[email protected]>

* Remove unused HowToSupport

Signed-off-by: Damian Stasik <[email protected]>

---------

Signed-off-by: Damian Stasik <[email protected]>
  • Loading branch information
damianstasik authored Jul 31, 2024
1 parent 8c3a5f8 commit 6c61fa6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 357 deletions.
2 changes: 0 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,11 @@ const config: Config = {
return `https://github.com/opentofu/opentofu/edit/${version}/website/docs/${docPath}`;
},
},
blog: false,
} satisfies Preset.Options,
],
],

plugins: [
"./plugins/blog-plugin",
function tailwindPlugin() {
return {
name: "tailwindcss",
Expand Down
67 changes: 0 additions & 67 deletions plugins/blog-plugin.js

This file was deleted.

223 changes: 0 additions & 223 deletions src/components/HowToSupport/index.tsx

This file was deleted.

60 changes: 0 additions & 60 deletions src/components/LatestNews/index.tsx

This file was deleted.

10 changes: 5 additions & 5 deletions src/components/Home/index.tsx → src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import React from "react";
import Layout from "@theme/Layout";
import Hero from "../Hero";
import Goals from "../Goals";
import Supporters from "../Supporters";
import FAQ from "../FAQ";
import HowToContribute from "../HowToContribute";
import Hero from "../components/Hero";
import Goals from "../components/Goals";
import Supporters from "../components/Supporters";
import FAQ from "../components/FAQ";
import HowToContribute from "../components/HowToContribute";

export default function Home() {
return (
Expand Down

0 comments on commit 6c61fa6

Please sign in to comment.