Skip to content

Commit f6e0ee7

Browse files
Updated documentation to v 1.1.0
1 parent 563b831 commit f6e0ee7

37 files changed

+296
-314
lines changed

docs/assets/favicon.ico

0 Bytes
Binary file not shown.

docs/assets/favicon.png

-63.3 KB
Loading

docs/assets/favicon.svg

Lines changed: 29 additions & 1 deletion
Loading

docs/assets/mask-icon.svg

Lines changed: 29 additions & 1 deletion
Loading

docs/config/_default/hugo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title = "Unity Geometry Sequence Streamer"
1+
title = "Unity Geometry Sequence Player"
22
baseurl = "https://localhost/"
33
canonifyURLs = false
44
disableAliases = true
@@ -82,5 +82,5 @@ copyRight = "Copyright (c) 2020-2024 Hyas"
8282
anchor = "Center"
8383
bgColor = "#ffffff"
8484
hint = "photo"
85-
quality = 85
85+
quality = 100
8686
resampleFilter = "Lanczos"

docs/config/_default/menus/menus.en.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
parent = "docs"
2828

2929
[[main]]
30-
name = "About"
30+
name = "Help"
3131
weight = 60
32-
identifier = "about-menu"
33-
url = "docs/about/building-volumes"
32+
identifier = "help-menu"
33+
url = "docs/help/issues-and-bugs"
3434
parent = "docs"
3535

3636
[[main]]
37-
name = "Help"
37+
name = "About"
3838
weight = 70
39-
identifier = "help-menu"
40-
url = "docs/help/issues-and-bugs"
39+
identifier = "about-menu"
40+
url = "docs/about/building-volumes"
4141
parent = "docs"
4242

4343
# Documentation Sections
@@ -55,29 +55,29 @@
5555
url = "/docs/tutorials/"
5656

5757
[[docs]]
58-
name = "About"
58+
name = "Help"
5959
weight = 30
60-
identifier = "about"
61-
url = "/docs/about/"
60+
identifier = "help"
61+
url = "/docs/help/"
6262

6363
[[docs]]
64-
name = "Help"
64+
name = "About"
6565
weight = 40
66-
identifier = "help"
67-
url = "/docs/help/"
66+
identifier = "about"
67+
url = "/docs/about/"
6868

6969
# Social links
7070

7171
[[social]]
7272
name = "GitHub"
7373
pre = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-github\"><path d=\"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22\"></path></svg>"
74-
url = "https://github.com/BuildingVolumes/Unity_Geometry_Sequence_Streaming"
74+
url = "https://github.com/BuildingVolumes/Unity_Geometry_Sequence_Player"
7575
post = "v0.1.0"
7676
weight = 10
7777

7878
[[social]]
7979
name = "Unity Forums"
8080
pre = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-brand-unity\"><path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M14 3l6 4v7\" /><path d=\"M18 17l-6 4l-6 -4\" /><path d=\"M4 14v-7l6 -4\" /><path d=\"M4 7l8 5v9\" /><path d=\"M20 7l-8 5\" /></svg>"
81-
url = "https://forum.unity.com/threads/released-geometry-sequence-streaming.1453765/"
81+
url = "https://assetstore.unity.com/packages/slug/307918"
8282
post = "v0.1.0"
8383
weight = 20

docs/config/_default/params.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hugo
2-
title = "Unity Geometry Sequence Streamer"
3-
description = "This Unity package allows you to stream large pointcloud and mesh sequences from disk, especially suited to playback Volumetric Video."
2+
title = "Unity Geometry Sequence Player"
3+
description = "This package allows you to playback large pointcloud and mesh sequences in the Unity Engine."
44
images = ["cover.png"]
55

66
# mainSections
@@ -127,10 +127,10 @@ mainSections = ["docs"]
127127
maskIcon = "mask-icon.svg" # mask-icon.svg (default)
128128
maskIconColor = "white" # white (default)
129129
[seo.schemas]
130-
type = "Organization" # Organization (default) or Person
130+
type = "Person" # Organization (default) or Person
131131
logo = "favicon-512x512.png" # Logo of Organization — favicon-512x512.png (default)
132-
name = "Hyas" # Name of Organization or Person
133-
sameAs = [] # E.g. ["https://github.com/gethyas/hyas", "https://fosstodon.org/@hyas"]
132+
name = "Christopher Remde" # Name of Organization or Person
133+
sameAs = ["https://chrisrem.de/", "https://bsky.app/profile/rattix.bsky.social", "https://github.com/ChristopherRemde"] # E.g. ["https://github.com/gethyas/hyas", "https://fosstodon.org/@hyas"]
134134
images = ["cover.png"] # ["cover.png"] (default)
135135
article = [] # Article sections
136136
newsArticle = [] # NewsArticle sections

docs/config/next/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
canonifyURLs = true
2-
baseurl = "https://buildingvolumes.github.io/Unity_Geometry_Sequence_Streaming/"
2+
baseurl = "https://buildingvolumes.github.io/Unity_Geometry_Sequence_Player/"

docs/config/production/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
canonifyURLs = false
2-
baseurl = "https://buildingvolumes.github.io/Unity_Geometry_Sequence_Streaming/"
2+
baseurl = "https://buildingvolumes.github.io/Unity_Geometry_Sequence_Player/"

docs/content/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title : "Unity Geometry Sequence Streaming"
3-
description: "This Unity package allows you to stream large pointcloud and mesh sequences from disk, for example Volumetric Video."
4-
lead: "This Unity package allows you to stream large pointcloud and mesh sequences from disk, especially suited to playback Volumetric Video."
2+
title : "Unity Geometry Sequence Player"
3+
description: "Pointcloud and mesh sequence playback for the Unity game engine."
4+
lead: "Pointcloud and mesh sequence playback for the Unity game engine."
55
date: 2020-10-06T08:47:36+00:00
66
lastmod: 2020-10-06T08:47:36+00:00
77
draft: false

0 commit comments

Comments
 (0)