Skip to content

Commit

Permalink
wasm build guide: fix links and sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
buildworker-ubuntu64 committed Apr 16, 2024
1 parent 9bdf491 commit 10212b2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docs/Build/build/GPAC-Build-Guide-for-WASM.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This page describes how to build GPAC for WASM/Emscripten.

A live can be seen at https://wasm.gpac.io
A live can be seen at [https://wasm.gpac.io](https://wasm.gpac.io)


# Install Emscripten SDK
Expand Down Expand Up @@ -110,8 +110,8 @@ You can then access the gpac.html through the web server to use GPAC WASM.

# Resources

For more info, you can check how the official gpac wasm builder runs at https://buildbot.gpac.io/#/builders/27
For more info, you can check how the official gpac wasm builder runs at [https://buildbot.gpac.io/#/builders/27](https://buildbot.gpac.io/#/builders/27)

And you can check the official live gpac wasm build at https://wasm.gpac.io
And you can check the official live gpac wasm build at [https://wasm.gpac.io](https://wasm.gpac.io)

For issues and support, go to https://github.com/gpac/gpac/labels/wasm
For issues and support, go to [https://github.com/gpac/gpac/labels/wasm](https://github.com/gpac/gpac/labels/wasm)
13 changes: 7 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
site_name: GPAC wiki
site_url: https://wiki.gpac.io/
site_author: GPAC contributors
site_author: GPAC contributors
extra_css:
- stylesheets/extra.css
theme:
theme:
name: material
logo: images/gpac-logo.svg
favicon: images/favicon-32x32.png
Expand Down Expand Up @@ -34,7 +34,7 @@ theme:
- navigation.path
- navigation.tabs
- navigation.tracking
- navigation.indexes
- navigation.indexes
- toc.follow
- search.highlight
- search.share
Expand Down Expand Up @@ -65,9 +65,9 @@ extra:
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
note: >-
Thanks for your feedback!
nav:
nav:
- Howtos:
- Howtos/howtos.md
- Filters One-Liners: Howtos/filters-oneliners.md
Expand Down Expand Up @@ -307,6 +307,7 @@ nav:
- Android: Build/build/GPAC-Build-Guide-for-Android.md
- MSYS2: Build/build/GPAC-Build-Guide-for-MSYS-MinGW.md
- Docker: Build/build/GPAC-Build-with-Docker.md
- WASM: Build/build/GPAC-Build-Guide-for-WASM.md
- Old Build Docs:
- Building MP4Box only: Build/GPAC-build-MP4Box-only-all-platforms.md
- Windows: Build/old/Command-line-GPAC-compiling-on-Windows-x86-using-free-Microsoft-Visual-C++.md
Expand Down Expand Up @@ -339,7 +340,7 @@ nav:
# - X3D implementation status: Player/X3D-Implementation-Status.md
- XML formats:
- Overview: xmlformats/xmlformats.md
- Common encryption:
- Common encryption:
- xmlformats/Common-Encryption.md
- ISMACryp: xmlformats/ISMACryp.md
- OMA DRM: xmlformats/OMA-DRM.md
Expand Down

0 comments on commit 10212b2

Please sign in to comment.