feat: update doc links
This commit is contained in:
@@ -3,9 +3,15 @@ import { FaDiscord, FaGithub } from "react-icons/fa";
|
|||||||
|
|
||||||
const navigation = {
|
const navigation = {
|
||||||
documentation: [
|
documentation: [
|
||||||
{ name: "Getting started", href: "#" },
|
{ name: "Getting started", href: "https://docs.kan.bn/introduction" },
|
||||||
{ name: "Importing from Trello", href: "#" },
|
{
|
||||||
{ name: "API Reference", href: "#" },
|
name: "Importing from Trello",
|
||||||
|
href: "https://docs.kan.bn/imports/trello",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "API Reference",
|
||||||
|
href: "https://docs.kan.bn/api-reference/introduction",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
company: [
|
company: [
|
||||||
{ name: "Roadmap", href: "/kan/roadmap" },
|
{ name: "Roadmap", href: "/kan/roadmap" },
|
||||||
|
|||||||
Reference in New Issue
Block a user