Skip to content

Commit

Permalink
fix: update CLI documentation and improve copyright information
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeithX committed Feb 26, 2025
1 parent 03046eb commit 452971d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Change User Password
<td>

```sh
NET USER Ella | findstr "Password"
NET USER LocalAdmin | findstr "Password"
```

</td>
Expand Down
4 changes: 2 additions & 2 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import redirects from "./redirects";
import { admonitionsConfig } from "./admonitionsConfig";
import socialProfiles from './social';

const copyright = `Copyright © ${new Date().getFullYear()} Keith Tan <br> Built for the SpaceHub Project at <a href='https://github.com/kitiplex' target='_blank'>Kitiplex</a>`;
const copyright = `Copyright © ${new Date().getFullYear()} <a href='/me' target='_blank'>Keith Tan </a> <br> Built for the SpaceHub Project at <a href='https://github.com/kitiplex' target='_blank'>Kitiplex</a>`;


const commonExclusions = {
Expand Down Expand Up @@ -289,7 +289,7 @@ const config: Config = {
title: "Docs",
items: [
{ label: "Gists", to: "/docs/gists" },
{ label: "DevOps", to: "/docs/devops" },
{ label: "DevOps", to: "https://dev.azure.com/kitiplex" },
{ label: "Keyword", to: "/docs" },
],
},
Expand Down

0 comments on commit 452971d

Please sign in to comment.