Skip to content

Commit

Permalink
Changes to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed Apr 26, 2024
1 parent 074a289 commit 8c09972
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/pages/ExplorePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import {
import { Flex } from "components/generic/Flex";
import { Scroll } from "components/generic/Scrollbars";
import { useSnackbar } from "components/generic/Snackbar";
import { useFullscreenModalContext } from "components/inspector/FullscreenModalHost";
import { useViewTreeContext } from "components/inspector/ViewTree";
import { useSmallDisplay } from "hooks/useSmallDisplay";
import { useWorkspace } from "hooks/useWorkspace";
Expand All @@ -46,7 +47,6 @@ import { textFieldProps, usePaper } from "theme";
import { parse, stringify } from "yaml";
import { Button } from "../components/generic/Button";
import { PageContentProps } from "./PageMeta";
import { useFullscreenModalContext } from "components/inspector/FullscreenModalHost";
const paths = import.meta.glob("/public/recipes/*.workspace", {
as: "url",
});
Expand Down
3 changes: 2 additions & 1 deletion client/src/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"description": "Visualise pathfinding search and more",
"version_name": "1.2.1; mid April 2024",
"repository": "https://github.com/path-visualiser/app",
"docs": "https://github.com/path-visualiser/app/blob/master/docs",
"changelog": "https://github.com/path-visualiser/app/blob/master/docs",
"docs": "https://path-visualiser.github.io/docs/overview",
"homepage": "https://path-visualiser.github.io/",
"icons": [
{
Expand Down
Binary file added docs/assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8c09972

Please sign in to comment.