Update mkdocs and fix some typos
This commit is contained in:
parent
588aec9f0f
commit
6443406855
@ -4,9 +4,9 @@ site_name: Homepage
|
|||||||
site_url: https://gethomepage.dev/
|
site_url: https://gethomepage.dev/
|
||||||
|
|
||||||
# Repository
|
# Repository
|
||||||
repo_name: gethomepage/homepage
|
repo_name: discretizer/homepage
|
||||||
repo_url: https://github.com/gethomepage/homepage
|
repo_url: https://github.com/discretizer/homepage
|
||||||
edit_uri: https://github.com/gethomepage/homepage/tree/main/docs/
|
edit_uri: https://github.com/discretizer/homepage/tree/main/docs/
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- "Home":
|
- "Home":
|
||||||
|
|||||||
@ -12,6 +12,6 @@ export default async function handler(req, res) {
|
|||||||
res.status(401).json({ message: "Group unathorized" });
|
res.status(401).json({ message: "Group unathorized" });
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
res.status(500).send("Error getting user identitiy");
|
res.status(500).send("Error getting user identity");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import { readAuthSettings } from "utils/identitiy/identity-helpers";
|
import { readAuthSettings } from "utils/identity/identity-helpers";
|
||||||
import { bookmarksResponse } from "utils/config/api-response";
|
import { bookmarksResponse } from "utils/config/api-response";
|
||||||
import { getSettings } from "utils/config/config";
|
import { getSettings } from "utils/config/config";
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import { readAuthSettings } from "utils/identitiy/identitiy-helpers";
|
import { readAuthSettings } from "utils/identity/identity-helpers";
|
||||||
import { widgetsResponse } from "utils/config/api-response";
|
import { widgetsResponse } from "utils/config/api-response";
|
||||||
import { getSettings } from "utils/config/config";
|
import { getSettings } from "utils/config/config";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user