Commit Graph

39 Commits

Author SHA1 Message Date
9ea16a2e3f Responsive map examples (#7950) 2022-01-27 11:16:55 +02:00
ee71642691 Update LICENSE to 2022 and automate on website (#7907) 2022-01-14 15:15:51 +02:00
142ffdee3b Fix issues in the layout (#7906) 2022-01-13 23:03:56 +02:00
2e205bf5ac Improve site accesibility (#7901)
* Improve site accesibility

* Prettier formatting reverted

* Removed typo in docs/docs/css/main.css
2022-01-13 18:59:12 +02:00
9f9c549756 simplify docs update process on release (#7730) 2021-11-02 23:31:33 +02:00
436430db42 It's almost 2021 (#7371)
In any case, 2019 is over.
2021-01-14 22:07:25 +02:00
c0bf09ba32 fix outdated osm attribution texts + url (#7345) 2020-12-08 14:17:22 +02:00
05a9bdbb8e remove disqus integration to cut back spam (#7018) 2020-03-11 13:13:02 +02:00
4a8e55b0c4 [docs] Update Doc Examples to Use Modern Endpoint (#6905)
* update the first few examples

* Update all legacy Static API urls with modern URLs

* Add missing map??

* oops stray png

* Remove example.html
2019-11-28 08:41:37 +02:00
f21f2e5b39 [docs] fix broken accordions on leafletjs.com + offline docs (#6770)
added missing reference.js to html layout (see #6759)
all live docs since 1.0.0 affected  (tested on chrome / safari /firefox)
2019-08-17 17:05:23 +02:00
0a774b18b4 docs: use leaflet layout for redirects (#6760) 2019-08-14 11:49:11 +03:00
9a43cf72d7 docs/reference: fix duplicate footer, invalid HTML (#6759)
* docs: fix duplicate footer on reference pages

* docs: move reference css+js to separate files

* lint docs/docs/js files

* docs: update RELEASE steps
2019-08-14 11:48:42 +03:00
01ba334ddc docs: use {{ base }} in favour of leafletjs.com (#6758) 2019-08-14 11:46:04 +03:00
37e1f76ed0 docs: link to latest reference version in menu (#6761)
Avoids one redirect for API users.
2019-08-14 11:44:59 +03:00
98286dc373 docs: update © to 2019 (#6755) 2019-08-14 11:36:53 +03:00
3dea761920 leafletjs link 2018-05-04 15:19:15 +03:00
ba891024d2 osm link 2018-05-04 15:18:40 +03:00
d00a355d6b mapbox link 2018-05-04 15:17:41 +03:00
7c6a7b0d6b creativecommons https 2018-05-04 15:17:13 +03:00
770b88e89b https 2018-05-04 15:14:00 +03:00
50d5a0956e http://leafletjs.com/ -> https://leafletjs.com/ 2018-05-04 15:08:47 +03:00
08068b77c3 Disqus 2018-05-04 15:08:29 +03:00
5ffe207921 Use https everywhere for OSM links (#6082)
* Use https everywhere for OSM tile URLs

Use
https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png

instead of
http://{s}.tile.osm.org/{z}/{x}/{y}.png
http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png

* Use https everywhere for OSM attribution link

Use
https://www.openstreetmap.org/copyright

instead of
http://www.openstreetmap.org/copyright
http://osm.org/copyright
2018-03-12 08:46:20 +01:00
748905cbf5 Fix docs redirects (#5824)
* use redirected.html instead of jekyll-redirect-from

* modify redirected.html to preserve url hases

* fix links in zoom-levels example

- use relative links instead of absolute
- remove hardcoded version in lins and refer to latest version docs instead

* fix hash in choropleth example

* fix links in geojson example

 - use relative links instead of absolute

* fix absolute link in quick-start example

* fix link in video-overlay example

* fix link in map-panes example

* fix link in wms example

* fix link in geojson example

* fix relative reference links
2017-10-05 15:34:04 +02:00
c5391e3fbb reset body margin to avoid scrollbars (#5823) 2017-10-04 16:33:04 +02:00
000f457fcb Fix map styles in "Extending Leaflet" example (#5819)
* fix map height in extending example

* add html and body styles to tutorial_frame

* move js styles to css

* remove unnecessary styles from mobile/example.md
2017-10-04 00:04:01 +02:00
90ac1a2077 Update some links to the 1.1.0 docs (#5586) 2017-06-27 15:00:25 +02:00
561b7f737b Add subresource integrity information & scripts (#5468)
* Add subresource integrity information & scripts

* Include the integrity hashes in all tutorials also

* Change wording of one of the build scripts
2017-04-19 14:56:14 +02:00
013198c9e2 Change copyright year from 2015 to 2017 (#5433) 2017-04-07 13:34:14 +03:00
7391e308cc rotate access tokens (#5338) 2017-02-16 09:44:50 +02:00
cab880d4d8 type attribute not required in HTML5 2017-02-06 20:32:50 +01:00
03e4116e5f Update API reference (and links) to 1.0.3. (#5276) 2017-01-23 17:50:21 +02:00
65102bc4d1 Website updates for 1.0.2, version bump (#5123) 2016-11-21 12:33:57 +01:00
c7a129ba9c Docs: Fix leatest/latest leaflet version 2016-09-30 14:37:01 +02:00
60b35c0920 Docs: Make the latest leaflet version into a Jekyll variable, for templates. (#4986) 2016-09-30 15:10:33 +03:00
6ee1a6eb65 Clean up docs/examples - one directory per tutorial, more templating. (#4965)
* Clean up docs/examples - one directory per tutorial, more templating.

* Fix some URLs

* tutorials: update rendered CDN links to 1.0.0 and L.circle signature (#4975)

* Update shown CDN links to 1.0.0

As initially done in PR #4967, but just for the rendered links (what the users sees), as actual link / script tags are already updated.

* DOCS update L.circle to new syntax

in quick-start tutorial, following PR #4974.

* DOCS update L.circle to new syntak (example src)

updated L.circle to new signature (radius as an option instead of 2nd parameter).

* tutorials: use L.geoJSON new syntax (#4983)

* tutorials: use new syntax L.geoJSON

for consistency with recommended factory new syntax (`L.geoJSON` instead of legacy `L.geoJson`).
As done in PR #4933 for docstrings.

* tutorials: L.geoJSON new syntax in script

* Renamed several files to directory/index.md
2016-09-30 13:56:05 +02:00
d1c3b45773 Point download and CDN to 1.0.0 (final), point docs to 1.0.0, rm 0.6 doc stuff (#4948) 2016-09-27 16:08:37 +03:00
45ff45e0cb Replace npmcdn.com with unpkg.com 2016-09-03 06:56:05 +01:00
ffb9a636ca Merge branch 'gh-pages' into master-docs 2016-08-18 11:27:28 +02:00