Skip to content

Commit

Permalink
chore: fix docusaurus format
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Oct 19, 2024
1 parent 323fdec commit 1de8188
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/versions_robot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Ensure noIndex is set
id: check_noindex
run: node scripts/noindex_docusaurus_config.js $RUNNER_TEMP $PWD
run: node scripts/noindex_docusaurus_config.js $RUNNER_TEMP

- name: Auto Format (Prettier)
run: make format
Expand Down
7 changes: 3 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ const redirects = require("./redirects");
const ArchivedVersions = require("./archiveVersions.json");
const { pluginPacksAndIntegrationsData } = require("./plugins/packs-integrations");
const { pluginImportFontAwesomeIcons } = require("./plugins/font-awesome");

import path from "path";
import { Logger } from "sass";

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down Expand Up @@ -209,7 +207,9 @@ const config = {
],
[
pluginPacksAndIntegrationsData,
{ repositories: ["Palette Registry", "Public Repo", "Spectro Addon Repo", "Palette Community Registry"] },
{
repositories: ["Palette Registry", "Public Repo", "Spectro Addon Repo", "Palette Community Registry"],
},
],
pluginImportFontAwesomeIcons,
function () {
Expand Down Expand Up @@ -429,7 +429,6 @@ const config = {
},
};
module.exports = config;

export default function (context, options) {
return {
name: "@docusaurus/plugin-content-docs",
Expand Down

0 comments on commit 1de8188

Please sign in to comment.