Commit Graph

516 Commits

Author SHA1 Message Date
Guy Sartorelli
4b9c88219b FIX Rewrite API links for the correct version.
CMS3 docs shouldn't link to CMS4 API, for example.
2022-07-22 12:16:51 +12:00
Guy Sartorelli
a0de65a48a NEW Add CMS 5 sources to user and dev docs. 2022-07-22 12:16:07 +12:00
Guy Sartorelli
f7cf11e6b9 FIX Update sources with correct branchs for v4
Also re-arrange the sources to relate directly to the CMS major version
to make it easier to update for subsequent majors.
2022-07-22 12:10:35 +12:00
Guy Sartorelli
a7426b66c4
MNT Consume dev docs from the new developer-docs repo (#243) 2022-07-12 12:45:06 +12:00
Steve Boyd
415351f12e
Merge pull request #241 from creative-commoners/pulls/master/fix-headings
FIX Don't break headings when they include sub-elements.
2022-05-20 12:27:59 +12:00
Steve Boyd
305d41e073
Merge pull request #239 from creative-commoners/pulls/master/changelog-sort-order
FIX Ensure changelogs are sorted correctly.
2022-05-20 12:26:34 +12:00
Steve Boyd
0c11aaf85f
Merge pull request #240 from creative-commoners/pulls/master/mailto-links
FIX Ensure mailto links work as expected.
2022-05-20 12:25:21 +12:00
Guy Sartorelli
a8169164b4 FIX Don't break headings when they include sub-elements.
<code> tags added to headings via backticks are the main culprit,
but ultimately if any elements other than text were being added to the
heading, only part of the heading would display, and any custom ID for
the heading anchor link would not be used.
2022-05-05 17:39:43 +12:00
Guy Sartorelli
12a1d999ed FIX Ensure mailto links work as expected. 2022-05-05 15:54:32 +12:00
Guy Sartorelli
7ffdc5305d FIX Ensure changelogs are sorted correctly. 2022-05-05 15:39:32 +12:00
Steve Boyd
6fe74b1fd8
Merge pull request #234 from creative-commoners/master
FIX v3 docs should track `3` branch
2021-08-18 17:45:19 +12:00
brynwhyman
e9b8a69ea8 FIX v3 docs should track 3 branch
Previously tracking the 3.7 branch - not showing the most up to date documentation
2021-08-18 17:29:55 +12:00
Aaron Carlino
a9e37c0ee3
BUGFIX: Wrong branch for session manager 2021-06-28 14:43:55 +12:00
Maxime Rainville
32a39a8321
Merge pull request #232 from silverstripe/add-session-manager
Add session-manager
2021-06-28 11:28:10 +12:00
Andre Kiste
ac49c3cfd2
Update sources-user.js 2021-06-14 09:51:50 +12:00
Andre Kiste
af0bb2e698
Add session-manager 2021-06-10 14:54:00 +12:00
Aaron Carlino
b18754670b
MINOR: Custom meta description for each site (#229) 2020-07-16 10:21:19 +12:00
Aaron Carlino
e3c56b31e1 Remove forks -- all merged 2020-07-13 13:49:18 +12:00
Aaron Carlino
5b98902937
BUGFIX: Make sure hash links aren't treated as relative (#226) 2020-07-06 16:04:46 +12:00
Aaron Carlino
c9d3bfd92e
BUGFIX: Ensure .md links with hashes are rewritten properly (#228)
* Upgrade gatsby
* BUGFIX: ensure .md links with hashes are rewritten properly
2020-07-01 14:19:45 +12:00
Aaron Carlino
33458d485f
NEW: Add canonical link for v3 (#227)
* Upgrade gatsby
* NEW: Add canonical link for v3
2020-07-01 09:14:19 +12:00
Aaron Carlino
b0b8947e74 Fix reverse issue on nodes 2020-02-28 15:47:25 +13:00
Aaron Carlino
9d1188033a
Remove forum fork
See https://github.com/silverstripe/doc.silverstripe.org/issues/223
2020-02-13 11:22:53 +13:00
Aaron Carlino
87cbb04d9b Fix api tag parsing 2020-02-12 16:32:55 +13:00
Aaron Carlino
c50398b563 Add new framework redirect 2020-02-03 16:21:44 +13:00
Tyler Trout
60e9749aff Removed white background on code. (#218)
Some code is unreadable on https://docs.silverstripe.org/en/4/developer_guides/customising_the_admin_interface/reactjs_redux_and_graphql
2020-01-17 10:29:55 +13:00
Garion Herman
a5c81f2c84 NEW Add anchor links to headings (#219)
* DOC Update and restructure README for clarity and accuracy

* NEW Add anchor links to headings
2020-01-17 10:26:52 +13:00
Aaron Carlino
999d18ff99 BUGFIX: x-small mobile navigation fixes 2019-12-20 13:52:56 +13:00
Aaron Carlino
258961d79f BUGFIX: Fix purged table css 2019-12-20 10:49:31 +13:00
Aaron Carlino
d1d75d08bb Allow includeFolders on CHILDREN 2019-12-19 14:33:08 +13:00
Aaron Carlino
8ffc3eeb5b
WIP: Add userhelp to new site (#216)
* Docs/userguide switching

* Initial commit of userdocs merge

* Remove service worker, fix rendering

* Remove limited sources

* UX improvements per Paul design

* Tweak version select for FF

* Fix mobile view

* Final tweaks to UI

* Tweaks to search bar, clean up conflicts

* Fix icons

* Hide search if no API key
2019-12-19 11:54:23 +13:00
Aaron Carlino
fd6dcf27be Store context in site metadata 2019-12-17 14:04:09 +13:00
Aaron Carlino
d59778b795 Netlify plugin, programmatic redirects 2019-12-16 13:53:53 +13:00
Aaron Carlino
c57be05308 Put redirects in static folder 2019-12-16 13:16:32 +13:00
Aaron Carlino
b7c32a3a6a Redirects 2019-12-13 17:16:07 +13:00
Serge Latyntcev
3c1bb577fd Fix the config 2019-11-21 11:40:22 +13:00
Serge Latyntsev
fa241c0f61 Add Children "only, includeFolders, reverse" flags, add document unhideSelf (#209) 2019-11-21 10:26:11 +13:00
Serge Latyntsev
4fa94b50d0
Merge pull request #207 from creative-commoners/feature/docker
Add docker support for development environment
2019-11-20 16:42:29 +13:00
Aaron Carlino
427171d01b Update README to reflect new build process 2019-11-20 16:35:47 +13:00
Aaron Carlino
856d707efa html fallback when watchFile null 2019-11-20 13:56:11 +13:00
Serge Latyntcev
8609a09f4b Add docker support for development environment 2019-11-20 12:03:17 +13:00
Aaron Carlino
63833a4f28 a11y fixes 2019-11-20 11:46:39 +13:00
Aaron Carlino
ca4383b113 Fix mobile navbar padding 2019-11-20 11:17:33 +13:00
Aaron Carlino
480331ac8c Navbar, padding fixes 2019-11-20 11:16:21 +13:00
Aaron Carlino
a9fb1766b6
Merge pull request #202 from silverstripe/unclecheese-patch-1
Update SS3 docs to use 3.7 branch
2019-11-20 11:00:54 +13:00
Aaron Carlino
96c076fe79 Revisions to card UI 2019-11-20 10:09:52 +13:00
Aaron Carlino
7cc97c77d7 Remove pedantic markdown, allow underscores 2019-11-19 17:11:20 +13:00
Aaron Carlino
04eefa3e37 Header IDs, smooth scrolling, smaller code font 2019-11-19 17:03:40 +13:00
Aaron Carlino
181fef9e99 New API links, regex debugging 2019-11-19 16:29:29 +13:00
Aaron Carlino
fde561baf8
Update SS3 docs to use 3.7 branch 2019-11-19 14:16:21 +13:00