Commit Graph
3 Commits
Author SHA1 Message Date
Thorbjørn Lindeijer 7aca9995b0 docs: fix broken relative link to maps overview in map class doc
The link target was corrected from `../maps.html` to `../../maps.html` to properly resolve the path to the top-level maps overview page from within the `modules/core/` directory. This resolves issue #672 where the link was pointing to a non-existent location.
2019-04-09 15:44:15 +00:00
Bob Nystrom 217763a51d fix: correct map doc to remove nonexistent iterate/iteratorValue and fix remove param formatting
- Remove erroneous iterate() and iteratorValue() method docs from map.markdown
  since Map does not expose those methods directly
- Fix remove(key) parameter formatting from [key] to `key` for consistency
- Correct File.read encoding description from "The encoding or decoding is done"
  to "No encoding or decoding is done" to accurately reflect behavior
2016-02-22 15:48:53 +00:00
Bob Nystrom 909c242a03 chore: reorganize doc site structure by moving core docs under modules/ and removing category metadata
Restructure the documentation hierarchy to prepare for documenting additional built-in modules. Move all core library documentation from `doc/site/core/` to `doc/site/modules/core/`, rename `modules.markdown` to `modularity.markdown`, remove `^category` metadata lines from all affected pages, update cross-reference links to use relative paths under the new structure, and add a TODO placeholder to the Class class page.
2015-11-08 21:31:22 +00:00