Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dqunbp committed Feb 22, 2024
1 parent 8be6f38 commit 963e16d
Show file tree
Hide file tree
Showing 7 changed files with 410 additions and 350 deletions.
4 changes: 3 additions & 1 deletion arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
322 changes: 322 additions & 0 deletions assets/index-GteEeTLf.js

Large diffs are not rendered by default.

317 changes: 0 additions & 317 deletions assets/index-I1cvcjQR.js

This file was deleted.

5 changes: 4 additions & 1 deletion external.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Qgis navigation component demo</title>
<script type="module" crossorigin src="https://konturio.github.io/qgis-uni-navigation/assets/index-I1cvcjQR.js"></script>
<link rel="stylesheet" crossorigin href="https://konturio.github.io/qgis-uni-navigation/assets/index-QEtF0atV.css">
<script type="module" crossorigin src="/assets/index-GteEeTLf.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-QEtF0atV.css">
</head>

<body>
<qg-top-nav></qg-top-nav>
<qg-top-nav location-prefix="/QGIS-Hugo"></qg-top-nav>
</body>

</html>
32 changes: 32 additions & 0 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 45 additions & 27 deletions nav-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"logo": {
"icon": "logo.png",
"icon": "logo.svg",
"link": "/"
},
"navigation": [
Expand All @@ -12,23 +12,15 @@
{
"type": "link",
"settings": {
"name": "Applications",
"href": "/product/applications",
"activeTest": "/product/applications"
"name": "Overview",
"href": "/product/overview",
"activeTest": "/product/overview"
}
},
{
"type": "link",
"settings": {
"name": "Features",
"href": "/product/features",
"activeTest": "/product/features"
}
},
{
"type": "link",
"settings": {
"name": "Case Studies",
"name": "Case studies",
"href": "/product/case-studies",
"activeTest": "/product/case-studies"
}
Expand Down Expand Up @@ -59,41 +51,41 @@
{
"type": "link",
"settings": {
"name": "Ways of Contributing",
"href": "/community/contributing",
"activeTest": "/community/contributing"
"name": "Get involved",
"href": "/community/involve",
"activeTest": "/community/involve"
}
},
{
"type": "link",
"settings": {
"name": "Become a Certified Member",
"href": "/community/become-a-certified-member",
"activeTest": "/community/become-a-certified-member"
"href": "/community/certification",
"activeTest": "/community/certification"
}
},
{
"type": "link",
"settings": {
"name": "QGIS Foundation",
"href": "/community/QGIS-foundation",
"activeTest": "/community/QGIS-foundation"
"href": "/community/foundation",
"activeTest": "/community/foundation"
}
},
{
"type": "link",
"settings": {
"name": "Project Organisation",
"href": "/community/project-organisation",
"activeTest": "/community/project-organisation"
"href": "/community/organisation",
"activeTest": "/community/organisation"
}
},
{
"type": "link",
"settings": {
"name": "Members and Donors",
"href": "/community/members-and-donors",
"activeTest": "/community/members-and-donors"
"href": "/community/members",
"activeTest": "/community/members"
}
},
{
Expand All @@ -119,11 +111,35 @@
"settings": {
"name": "Resources",
"children": [
{
"type": "link",
"settings": {
"name": "QGIS Resources",
"href": "/resources/hub",
"activeTest": "/resources/hub"
}
},
{
"type": "link",
"settings": {
"name": "Installation Guide",
"href": "/resources/installation-guide",
"activeTest": "/resources/installation-guide"
}
},
{
"type": "link",
"settings": {
"name": "Documentation",
"href": "https://docs.qgis.org/3.28/en/docs/index.html"
"href": "https://docs.qgis.org/latest/en/docs/index.html"
}
},
{
"type": "link",
"settings": {
"name": "Releases",
"href": "/resources/releases",
"activeTest": "/resources/releases"
}
},
{
Expand All @@ -146,7 +162,8 @@
"type": "link",
"settings": {
"name": "Books",
"href": "/resources/books"
"href": "/resources/books",
"activeTest": "/resources/books"
}
},
{
Expand All @@ -171,7 +188,8 @@
"type": "button",
"settings": {
"name": "Donate",
"href": "https://donate.qgis.org"
"href": "/donate",
"activeTest": "/donate"
}
}
]
Expand Down

0 comments on commit 963e16d

Please sign in to comment.