Kevin Putnam
4df2dfdc15
Fixes a problem where nested collapsible sections do not expand correctly. ( #887 )
...
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
2019-11-01 09:15:05 -07:00
Kevin Putnam
992a703fbe
Fixes a problem caused by there being two ways of indicating reStructuredText code blocks: ( #883 )
...
* rst
* rest
Now both are handled gracefully.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
2019-10-28 09:25:57 -07:00
Kevin Putnam
3fa6558b07
Adds labels for code blocks used in Clear Linux docs ( #852 )
...
* Added support for labeling code blocks. Currently supported code blocks:
* yaml
* bash
* console
* reStructuredText
* Python
* PowerShell
Handling added for re-aligning code blocks with line numbers with labels.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
* Adds the following code block handlers:
* Diff
* C
* json
* spec
* Perl
* PHP
* xml
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
2019-10-11 09:48:33 -07:00
Kevin Putnam
0df6c38203
* Adds ability to create code blocks with prepended "$" that won't be copied (wip). ( #837 )
...
* Fixes behavior and appearance of permalinks in collapsible sections.
* Fixes links to collapsible sections so that header is now target.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
2019-10-04 11:12:11 -07:00
Kristal Dale
e5678ec3e5
Merge pull request #777 from krisdale/kd-update-ga-tracking
...
Updated GA tracking snippet:
2019-09-11 11:47:58 -07:00
Kristal Dale
02c4daa41c
Updated GA tracking snippet:
...
- Update to use regex to match hostname for cross domain tracking
- Update to set useAnchor to true
- Update to use https when adding analytics.js
Signed-off-by: Kristal Dale <kristal.dale@intel.com >
2019-09-10 13:52:41 -07:00
Kevin Putnam
040a1b41ce
Merge pull request #755 from intelkevinputnam/kp-clr-theme-improvement
...
UI improvements
2019-09-10 13:29:36 -07:00
Kevin Putnam
6041602913
UI improvements:
...
* Changed underline of search box to white from black.
* Added white border to differentiate clearlinux.org nav elements from docs. Limitations:
* Current solution fails to work 100% in responsive mode.
* Degradation is graceful.
* Better fix requires deeper change to the theme.
* Pending update pulling RTD theme into the project will allow this.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
Changes to be committed:
modified: source/_themes/otc_tcs_sphinx_theme/layout.html
modified: source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css
2019-08-29 16:17:02 -07:00
michael vincerra
4925650c45
Add code to show status and assign status color-code for available bundles. ( #748 )
...
* Add code to show status and assign color-coding to available bundles.
- Add regex PATTERN4 to capture bundle status values
- Add code to process capture groups in for loop
- Rename bundler() to main() to follow Python convention
- Add conditional blocks to filter tags based on below status indicators
- Add css classes for active-status, wip-status, and pending-delete-status
- Closes #747
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com >
* Programs "Deprecated" status for such bundles; color-codes it in css.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com >
* Adds #ce2029 color for "Deprecated" status to css; reorders css classes.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com >
* Revises HTML relative link in template.html to tcs_theme.css.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com >
2019-08-29 13:50:30 -07:00
Kevin Putnam
084d7b3468
Added a magnifying glass icon to the search field and changed placeholder text. ( #734 )
...
* Adding magnifying glass to search field.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
* Moved magnifying glass to the left and shifted text to right in search field.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
* Embedded image in css to avoid sticky path issues.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
* Reverting to relative path to .css
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
2019-08-23 20:46:35 +02:00
Kevin Putnam
40e05ce150
* Changed Clear Linux Project to all uppercase. ( #717 )
...
* Removed link at left of header that went to clearlinux.org
* Added "home" button on right side of header that goes to clearlinux.org
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
2019-08-12 14:29:43 -07:00
Kevin Putnam
5a87ad722e
Fixed CSS problem where a bullet list inside of an admonition was being overlapped by the admonition text. ( #718 )
...
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
2019-08-12 11:15:43 -07:00
Kevin Putnam
af2324df0e
Added trademark disclaimer at the bottom of each page. ( #719 )
...
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
2019-08-09 13:08:23 -07:00
Kristal Dale
564c1de03e
GA edits for spaces
...
Signed-off-by: Kristal Dale <kristal.dale@intel.com >
2019-08-05 16:04:16 -07:00
Kristal Dale
63317e9d43
Correction to GA snippet
...
Signed-off-by: Kristal Dale <kristal.dale@intel.com >
2019-08-05 15:37:59 -07:00
Kristal Dale
ae818da5d8
Added canonical tag configuration to config file.
...
Added GA tracking snippet (cross-domain) to layout template.
Signed-off-by: Kristal Dale <kristal.dale@intel.com >
2019-08-05 14:28:00 -07:00
Kevin Putnam
e36c86ed7e
Small change to theme and added build of Chinese language version.
...
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
2019-07-22 14:10:10 -07:00
Kevin Putnam
5687653508
Fixed problem with version and language paths.
...
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
2019-07-10 14:10:27 -07:00
Kevin Putnam
633f3d0194
in progress rtd theme improvements
...
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
2019-07-09 15:05:31 -07:00
Kevin Putnam
7caea349e3
Additional proposed fixes to organization for RTD site.
...
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
2019-06-07 08:47:45 -07:00
Kevin Putnam
1887b87f6f
A bunch of improvements and proof of concept for moving tooling to top level.
...
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
2019-06-06 09:29:59 -07:00
Kevin Putnam
8da654bea6
Improved layout and decided to avoid trying to create a full width header to avoid wasting screen space.
...
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com >
2019-05-22 13:00:21 -07:00
Kevin Putnam
979f0c2979
experimenting with formatting
2019-05-07 09:44:31 -07:00
Kevin Putnam
5db336d01a
fixed class conflict causing issue with comments in code blocks; fixed include caused by moving a file; changed top level of site to make it pretty; marked old index as orphan.
2019-04-03 12:49:01 -07:00
Kevin Putnam
b2b6e9e527
fixed merge of latest
2019-03-26 13:53:18 -07:00
Kevin Putnam
7e86cab634
added simple header with links to rest of clearlinux.org site
2019-03-26 13:34:12 -07:00
Geoffroy Van Cutsem
8a6d69b82e
Update all links to the download website to use the CDN ( #434 )
...
Update all links pointing at https://download.clearlinux.org to use
the CDN, i.e. https://cdn.download.clearlinux.org
Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com >
2019-03-20 14:31:30 -07:00
Kevin Putnam
41304dd834
added otc-tcs theme and clearlinux branding image
2019-02-07 13:42:52 -08:00
Eli JacobX Ramirez Cervantes
58145324a8
sorttable-js solved sorttable issue
2017-02-16 11:01:14 -06:00
Eli JacobX Ramirez Cervantes
a86b860f1c
sortable class was added to the tables
2017-02-15 17:51:26 -06:00
Eli JacobX Ramirez Cervantes
15c1992a18
remove addClass and console log
2017-02-15 17:17:09 -06:00
Eli JacobX Ramirez Cervantes
7d694618bb
add sorttable js
2017-02-14 17:09:29 -06:00
Eli JacobX Ramirez Cervantes
9dc3cb036c
word-break, text with pre tag is not resizing to fit the responsiveness
2017-02-13 14:33:20 -06:00
Eli JacobX Ramirez Cervantes
a7948f0e50
Conflicts were resolved
2017-02-02 12:14:43 -06:00
Eli JacobX Ramirez Cervantes
d81f995941
Fix mobile menu
2017-02-02 12:12:19 -06:00
Eli JacobX Ramirez Cervantes
44f3841a13
fix responsive for documentation section
2017-01-31 15:51:44 -06:00
Rodrigo Caballero
41cdf6ab0d
Revert "Merge branch 'new-file-struct' into 'master'"
...
This reverts commit 4d707bc539 , reversing
changes made to b18458758e .
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com >
2016-11-22 10:56:24 -06:00
Rodrigo Caballero
a4b61aecf9
Modify file structure of docs source files.
...
Changed the file structure to allow for easier and better maintenance of
the docs. Files were renamed as needed and following a consistent
convention. Added a index.rst to every folder allowing for partial
builds of the docs. Included content previously left out of the docs
build. The commit also performs minimal housekeeping.
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com >
2016-11-18 13:36:22 -06:00
Noelia Nunez
3a05efb10b
Fixed Get Involved dropdown
2016-09-23 12:47:38 -05:00
Noelia Nunez
3c0c9abc22
Fixed sidebar responsive styles
2016-08-29 17:18:01 -05:00
Noelia Nunez
ff55768c65
Adding css changes for sidebar responsive
2016-08-29 17:15:09 -05:00
juliocri
f1b95e01a6
ClearLinux v2 template changes.
2016-04-25 16:37:11 -05:00
acidaniel
cc2cbb245b
Adding GoogleAnalytics Tracking code
2015-12-01 16:52:12 -06:00
Rodrigo Caballero
820df025f0
theme: Add the theme files provided by DP.
...
Adds the original files supplied by DP without any modifications.
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com >
2015-11-30 10:05:20 -06:00
Rodrigo Caballero
eb15ef6425
theme: Clean up all theme files from master.
...
This commit gives us a blank slate to implement the theme and be able
to debug it properly.
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com >
2015-11-30 10:03:09 -06:00
Rodrigo Caballero
b561dbe189
Merge branch 'CLR-DOCS-THEME' into staging
...
Merges the Docs theme brance with staging.
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com >
Conflicts:
source/_themes/clearlinux/breadcrumbs.html
source/_themes/clearlinux/footer.html
source/_themes/clearlinux/header.html
source/_themes/clearlinux/layout.html
source/_themes/clearlinux/navigation.html
source/_themes/clearlinux/static/css/main.css
source/_themes/clearlinux/static/css/vendor/bootstrap-theme.min.css
source/_themes/clearlinux/static/css/vendor/bootstrap.min.css
source/_themes/clearlinux/static/fonts/ClearSans-Bold.eot
source/_themes/clearlinux/static/fonts/ClearSans-Bold.svg
source/_themes/clearlinux/static/fonts/ClearSans-Bold.ttf
source/_themes/clearlinux/static/fonts/ClearSans-Bold.woff
source/_themes/clearlinux/static/fonts/ClearSans-BoldItalic.eot
source/_themes/clearlinux/static/fonts/ClearSans-BoldItalic.svg
source/_themes/clearlinux/static/fonts/ClearSans-BoldItalic.ttf
source/_themes/clearlinux/static/fonts/ClearSans-BoldItalic.woff
source/_themes/clearlinux/static/fonts/ClearSans-Italic.eot
source/_themes/clearlinux/static/fonts/ClearSans-Italic.svg
source/_themes/clearlinux/static/fonts/ClearSans-Italic.ttf
source/_themes/clearlinux/static/fonts/ClearSans-Italic.woff
source/_themes/clearlinux/static/fonts/ClearSans-Light.eot
source/_themes/clearlinux/static/fonts/ClearSans-Light.svg
source/_themes/clearlinux/static/fonts/ClearSans-Light.ttf
source/_themes/clearlinux/static/fonts/ClearSans-Light.woff
source/_themes/clearlinux/static/fonts/ClearSans-Medium.eot
source/_themes/clearlinux/static/fonts/ClearSans-Medium.svg
source/_themes/clearlinux/static/fonts/ClearSans-Medium.ttf
source/_themes/clearlinux/static/fonts/ClearSans-Medium.woff
source/_themes/clearlinux/static/fonts/ClearSans-MediumItalic.eot
source/_themes/clearlinux/static/fonts/ClearSans-MediumItalic.svg
source/_themes/clearlinux/static/fonts/ClearSans-MediumItalic.ttf
source/_themes/clearlinux/static/fonts/ClearSans-MediumItalic.woff
source/_themes/clearlinux/static/fonts/ClearSans-Regular.eot
source/_themes/clearlinux/static/fonts/ClearSans-Regular.svg
source/_themes/clearlinux/static/fonts/ClearSans-Regular.ttf
source/_themes/clearlinux/static/fonts/ClearSans-Regular.woff
source/_themes/clearlinux/static/fonts/ClearSans-Thin.eot
source/_themes/clearlinux/static/fonts/ClearSans-Thin.svg
source/_themes/clearlinux/static/fonts/ClearSans-Thin.ttf
source/_themes/clearlinux/static/fonts/ClearSans-Thin.woff
source/_themes/clearlinux/static/fonts/IntelClear_WLat_Bd.eot
source/_themes/clearlinux/static/fonts/IntelClear_WLat_Bd.ttf
source/_themes/clearlinux/static/fonts/IntelClear_WLat_Bd.woff
source/_themes/clearlinux/static/fonts/IntelClear_WLat_BdIt.eot
source/_themes/clearlinux/static/fonts/IntelClear_WLat_BdIt.ttf
source/_themes/clearlinux/static/fonts/IntelClear_WLat_BdIt.woff
source/_themes/clearlinux/static/fonts/IntelClear_WLat_It.eot
source/_themes/clearlinux/static/fonts/IntelClear_WLat_It.ttf
source/_themes/clearlinux/static/fonts/IntelClear_WLat_It.woff
source/_themes/clearlinux/static/fonts/IntelClear_WLat_Lt.eot
source/_themes/clearlinux/static/fonts/IntelClear_WLat_Lt.ttf
source/_themes/clearlinux/static/fonts/IntelClear_WLat_Lt.woff
source/_themes/clearlinux/static/fonts/IntelClear_WLat_LtIt.eot
source/_themes/clearlinux/static/fonts/IntelClear_WLat_LtIt.ttf
source/_themes/clearlinux/static/fonts/IntelClear_WLat_LtIt.woff
source/_themes/clearlinux/static/fonts/IntelClear_WLat_Rg.eot
source/_themes/clearlinux/static/fonts/IntelClear_WLat_Rg.ttf
source/_themes/clearlinux/static/fonts/IntelClear_WLat_Rg.woff
source/_themes/clearlinux/static/images/favicons/favicon_android_192x192.ico
source/_themes/clearlinux/static/images/favicons/favicon_android_192x192.png
source/_themes/clearlinux/static/images/favicons/favicon_apple_114x144.ico
source/_themes/clearlinux/static/images/favicons/favicon_apple_114x144.png
source/_themes/clearlinux/static/images/favicons/favicon_apple_120x120.ico
source/_themes/clearlinux/static/images/favicons/favicon_apple_120x120.png
source/_themes/clearlinux/static/images/favicons/favicon_apple_144x144.ico
source/_themes/clearlinux/static/images/favicons/favicon_apple_144x144.png
source/_themes/clearlinux/static/images/favicons/favicon_apple_152x152.ico
source/_themes/clearlinux/static/images/favicons/favicon_apple_152x152.png
source/_themes/clearlinux/static/images/favicons/favicon_apple_180x180.ico
source/_themes/clearlinux/static/images/favicons/favicon_apple_180x180.png
source/_themes/clearlinux/static/images/favicons/favicon_apple_57x57.ico
source/_themes/clearlinux/static/images/favicons/favicon_apple_57x57.png
source/_themes/clearlinux/static/images/favicons/favicon_apple_60x60.ico
source/_themes/clearlinux/static/images/favicons/favicon_apple_60x60.png
source/_themes/clearlinux/static/images/favicons/favicon_apple_72x72.ico
source/_themes/clearlinux/static/images/favicons/favicon_apple_72x72.png
source/_themes/clearlinux/static/images/favicons/favicon_apple_76x76.ico
source/_themes/clearlinux/static/images/favicons/favicon_apple_76x76.png
source/_themes/clearlinux/static/images/favicons/favicon_microsoft_144x144.ico
source/_themes/clearlinux/static/images/favicons/favicon_microsoft_144x144.png
source/_themes/clearlinux/static/images/favicons/favicon_web_16x16.ico
source/_themes/clearlinux/static/images/favicons/favicon_web_16x16.png
source/_themes/clearlinux/static/images/favicons/favicon_web_32x32.ico
source/_themes/clearlinux/static/images/favicons/favicon_web_32x32.png
source/_themes/clearlinux/static/images/favicons/favicon_web_96x96.ico
source/_themes/clearlinux/static/images/favicons/favicon_web_96x96.png
source/_themes/clearlinux/static/js/project.js
source/_themes/clearlinux/theme.conf
source/conf.py
source/index-openstack.rst
source/index.rst
source/index_bundles.rst
source/index_gs.rst
source/index_sw_update.rst
2015-11-26 10:56:52 -06:00
juliocri
0f62a9268f
Adding searchbox and second level at sidebar menu
2015-11-26 10:26:02 -06:00
Rodrigo Caballero
e909078db7
Add website theme to staging for testing.
...
Adds the theme files developed by digital properties and modifies
the conf.py to use them. This will allow testing and collaboration.
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com >
2015-11-25 11:29:10 -06:00
Tullis, Michael L
0c13d5a416
Removing build files not needed in git.
2015-11-02 12:48:54 -07:00
Tullis, Michael L
5c0c4ece4e
Removing build and theme files not needed in git.
2015-11-02 12:28:19 -07:00