scottb
57931804ed
Mobile CSS update - adds scrolling inertia ( #38443 ) ( #38445 )
2018-04-07 16:47:31 -07:00
scottb
2895daacdb
Tweaks docs CSS to fix minor issue with main content page display cutting off at the bottom. ( #38432 ) ( #38434 )
2018-04-06 23:28:38 -07:00
scottb
14011dbe2a
Additional docs CSS fix for mobile ( #38376 )
...
(cherry picked from commit 2381d2207e
)
2018-04-06 14:45:53 -07:00
scottb
2b78985ff2
Fixes CSS so docs display properly on mobile ( #38373 )
...
(cherry picked from commit 79c5a34b0b
)
2018-04-06 12:42:32 -07:00
scottb
604b748295
Reinstated element to fix doc display on mobile devices. ( #38246 )
...
(cherry picked from commit 68f81a6799
)
2018-04-06 12:42:32 -07:00
John R Barker
c97c02e83b
Fix the automatic docsite_pr label ( #37999 ) ( #38351 )
...
(cherry picked from commit cdf9e39647
)
2018-04-05 19:20:03 +01:00
scottb
2604832858
Fixes scrolling issue without breaking header nav ( #37864 )
...
(cherry picked from commit 3554e2c2d9
)
2018-03-26 13:08:26 -07:00
John R Barker
4df0be4b1b
stable-2.5 docs in sync with devel ( #37214 )
2018-03-08 12:04:16 -08:00
John R Barker
801b5dcd04
[WIP] Backport/2.5/multiple docs ( #36907 )
...
Backport/2.5/multiple docs
2018-03-05 14:40:14 +00:00
John R Barker
7dcf5aed02
sphinx_rtd_theme/layout.html 2.5 ( #36390 )
2018-02-19 15:12:01 +00:00
scottb
5c94b5daf2
Fixes broken nested tables in module docs ( #36144 )
...
(cherry picked from commit dc902a5022
)
2018-02-13 15:25:19 -08:00
scottb
8998ec17b8
Core Docs Refactor and Redesign ( #36067 )
...
* Docs refactor as outlined in https://github.com/ansible/proposals/issues/79 . Moves content into 'guides'; refactors TOC; fixes CSS; design tweaks to layout and CSS; fixes generated plugin, CLI and module docs to fix links accodingly; more.
* Adding extra blank line for shippable
(cherry picked from commit 373b1dcf59
)
2018-02-13 11:00:31 -08:00
Matt Davis
71c053bd8c
branch stable-2.5
2018-02-08 14:34:14 -08:00
Lars Kellogg-Stedman
29fbf0c756
remove erroneous '.' in docsite footer ( #34592 )
...
This removes an erroneous '.' in the docsite that someone pointed out
on irc.
2018-01-08 22:36:47 -08:00
Wolfgang Felbermeier
817a5efff9
Fix css of elbow indentation for firefox ( #33225 )
2017-11-27 13:13:17 +10:00
Wolfgang Felbermeier
496ce388ab
documentation: render nested return dicts for more then one level ( #33143 )
...
* Render nested return value documentation for more then one level
in the generated webdocs.
* Remove unnecessary code and cleanup
* Implement recursive option documentation
* Build elbow intendation style for options and return documentation
2017-11-22 16:53:53 -05:00
Matt Davis
59787a3dbc
minor fixes to docsite root URLs ( #28945 )
...
* fix hardcoded http schemes to use relative URLs
* add doc fragment to version selector link to scroll target directly to the selector
2017-09-01 16:48:53 -07:00
Scott Butler
c479d37777
Changed header to say 'devel' instead of 2.4
2017-09-01 15:37:07 -07:00
Shane McDonald
f108057f61
Bump version in docs layout ( #28523 )
2017-08-22 20:16:19 +01:00
scottb
b5179f9d46
CSS and HTML updates to enable versioned core documentation ( #28097 )
...
* Updated header for versioned docs.
* A tree in a golden forest.
* Fixed spacing.
* Fixed CSS and text for previous version header.
2017-08-14 11:21:33 -07:00
Scott Butler
087159c4cd
Switch Adobe tracking off staging.
2017-04-17 13:36:31 -07:00
scottb
fb48c45adf
Added Adobe DTM tracking. ( #22889 )
2017-03-22 19:37:01 -07:00
Chris Alfonso
b2a10e6e4b
Bumping docs footer copyright year ( #22210 )
2017-03-02 22:15:19 -08:00
Robin Schneider
3700bcb6dd
Use HTTPS instead of legacy HTTP for ansible.com ( #16870 )
...
Mechanical edit done by this "one-liner":
```Shell
git ls-files -z "$(git rev-parse --show-toplevel)" | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's#http://(www\.|galaxy\.|)ansible\.com#https://\1ansible.com#g ;'
```
Related to: https://github.com/ansible/ansible/issues/16869
2017-02-15 16:09:33 -08:00
Craig Francis
2ccedc2ed9
Correct links to modules source code ( #20650 )
...
As per issue #20647 , the modules are now in the main Ansible repository.
2017-02-10 00:37:25 -08:00
Brian Coca
af59781b56
removed core/extras ref from module pages
...
fixes #20647
2017-01-25 11:45:23 -05:00
Brian Coca
2a5d949c52
corrected path to edit docs on devel to new loc
...
fixes #20474
2017-01-19 14:01:18 -05:00
Brian Coca
57f8b791d6
consolidated docs
...
point to new doc locations
removed non existing dirs
2017-01-06 09:16:59 -05:00