-
-
Notifications
You must be signed in to change notification settings - Fork 44
Can't update docs #457
Comments
It looked similar to this issue emberjs/ember-test-helpers#596, and after merging the mentioned fix in DocumentationJS, releasing a 14.0.2, and trying it out locally by updating |
The issues of Pre.2 originate from the following renaming:
They happened here: https://github.com/maplibre/maplibre-gl-js/pull/1852/files I can't see this "Touch navigation control fixes" listed in the changelog for in pre.2.. |
Last entry in the pre.2 change log. |
Yes, because the class names are hardcoded in the navigations menus. |
Try searching for "TouchZoomRotateHandler" in this long hardcoded table of content for the whole site https://github.com/maplibre/maplibre-gl-js-docs/blob/main/docs/documentation.yml - that list is what goes into the handlers side menu that I posted a picture of above. They now need to be prepended with "TwoFingers..." to extract the data from our jsdoc and work. |
Pre.4 and clearStorage was removed here - so it should just be deleted from the TOC So with these changes, the docs would work up to and including pre.5 |
Pre.6 - All this is becase of:
Where it says Typed-only import/export apparently isn't supported |
When trying to run the docs with the 3.0.0-pre-releases I get warnings with the format:
Table of contents defined sorting of LngLatBoundsLike but no documentation with that namepath was found
These issues occur for an increasing amount of pages, which means that they will not appear in the navigation menus, and if the urls are accessed directly, the http request will not return.
Here are the pages I get errors from:
I see the first errors from Pre.2. Docs missing for:
TouchZoomRotateHandler
TouchPitchHandler
They should i.e. appear in the bottom of this list
Another from Pre.4. Docs missing for:
clearStorage
.. and errors introduced earlier
And from Pre.6, docs for all of these pages are missing, blocking the web server from even starting:
Map
workerCount
maxParallelImageRequests
supported
setRTLTextPlugin
getRTLTextPluginStatus
addProtocol
removeProtocol
AnimationOptions
CameraOptions
PaddingOptions
RequestParameters
StyleImageInterface
CustomLayerInterface
prewarm
clearPrewarmedResources
Marker
Popup
IControl
NavigationControl
GeolocateControl
AttributionControl
ScaleControl
FullscreenControl
LngLat
LngLatLike
LngLatBounds
LngLatBoundsLike
PointLike
MercatorCoordinate
EdgeInsets
BoxZoomHandler
ScrollZoomHandler
DragPanHandler
DragRotateHandler
KeyboardHandler
DoubleClickZoomHandler
GeoJSONSource
VideoSource
ImageSource
CanvasSource
CanvasSourceOptions
Evented
MapMouseEvent
MapTouchEvent
MapLibreZoomEvent
MapDataEvent
MapWheelEvent
.. and errors introduced earlier
The text was updated successfully, but these errors were encountered: