Skip to content

Commit

Permalink
Disabled editor tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Komlan Kodoh committed Mar 20, 2024
1 parent b120190 commit c6841d0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion website/app/editor/depth-first-search/PageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function BreathFirstSearch() {
Fancy algorithn that does some cool stuff
`}
formData={formData}
summary={`Explanation of the depth first search algorithm ${formData.formValues.startVertex?.id}`}
summary={`Searching for node with Id ${formData.formValues.targetVertex?.id} from node with Id ${formData.formValues.startVertex?.id}`}
/>
);
}
Expand Down
2 changes: 0 additions & 2 deletions website/app/editor/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ function Layout({ children }: LayoutProps) {
/>
</div>

<EditorTutorial />

<motion.div
initial={{ top: "0.875rem", right: "0.875rem", width: "20rem" }}
animate={
Expand Down
16 changes: 8 additions & 8 deletions website/public/sitemap-0.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url><loc>https://graph.komlankodoh.com/editor</loc><lastmod>2024-03-20T19:41:26.029Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com</loc><lastmod>2024-03-20T19:41:26.029Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/depth-first-search</loc><lastmod>2024-03-20T19:41:26.029Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/dijkstra-shortest-path</loc><lastmod>2024-03-20T19:41:26.029Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/node-excentricity</loc><lastmod>2024-03-20T19:41:26.029Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/maximum-independent-set</loc><lastmod>2024-03-20T19:41:26.029Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/brute-force-minimum-node-coloring</loc><lastmod>2024-03-20T19:41:26.029Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/breath-first-traversal</loc><lastmod>2024-03-20T19:41:26.029Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor</loc><lastmod>2024-03-20T19:52:35.728Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/maximum-independent-set</loc><lastmod>2024-03-20T19:52:35.728Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/depth-first-search</loc><lastmod>2024-03-20T19:52:35.728Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/brute-force-minimum-node-coloring</loc><lastmod>2024-03-20T19:52:35.728Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/dijkstra-shortest-path</loc><lastmod>2024-03-20T19:52:35.728Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/node-excentricity</loc><lastmod>2024-03-20T19:52:35.728Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com</loc><lastmod>2024-03-20T19:52:35.728Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://graph.komlankodoh.com/editor/breath-first-traversal</loc><lastmod>2024-03-20T19:52:35.728Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset>

0 comments on commit c6841d0

Please sign in to comment.