mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
* Docs: Fix hyperlinks * Update website link generation * Replace website links with actual file path
7 lines
331 B
Markdown
7 lines
331 B
Markdown
# Documentation Guidelines
|
|
|
|
|
|
## URLs to other markdown documents
|
|
|
|
In all markdown pages, when referring to other documents, we use actual file path and then during website generation these paths are replaced with correct website urls. This way links can work both by browsing the docs using the Github explorer and on the website.
|