Skip to content

Commit

Permalink
For 1.00: Add guide to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
wk-mnA committed Oct 5, 2023
1 parent e00d39c commit f8313f4
Show file tree
Hide file tree
Showing 161 changed files with 3,666 additions and 8,454 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}

- name: get_version
run: echo "RELEASE_VERSION=2.00" >> $GITHUB_ENV
run: echo "RELEASE_VERSION=1.00" >> $GITHUB_ENV

# you probably would do build and test steps here

Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
# in the templates via {{ site.myvariable }}.

title: Renesas RZ/V AI
version: "2.00"
version: "1.00"
#email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
The best solution for starting your AI applications.
domain: "renesas-rz.github.io"
baseurl: "/rzv_ai_sdk/2.00" # the subpath of your site, e.g. /blog
baseurl: "/rzv_ai_sdk/1.00" # the subpath of your site, e.g. /blog
repository: renesas-rz/rzv_ai_sdk
url: "https://renesas-rz.github.io" # the base hostname & protocol for your site, e.g. http://example.com
# twitter_username: jekyllrb
Expand Down
341 changes: 127 additions & 214 deletions docs/_layouts/default.html

Large diffs are not rendered by default.

359 changes: 136 additions & 223 deletions docs/_site/404.html

Large diffs are not rendered by default.

455 changes: 185 additions & 270 deletions docs/_site/ai-sdk.html

Large diffs are not rendered by default.

1,588 changes: 629 additions & 959 deletions docs/_site/appendix.html

Large diffs are not rendered by default.

897 changes: 237 additions & 660 deletions docs/_site/applications.html

Large diffs are not rendered by default.

116 changes: 5 additions & 111 deletions docs/_site/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3209,12 +3209,10 @@ h3, .h3 { padding: 0.5rem 0 0.8rem; margin-bottom: 5px; border-bottom: 1px solid

.square-button { font-weight: bold; font-size: medium; border-radius: 0px; background-color: #2a289d; border-color: #2a289d; }

.skip { color: red; font-weight: bold; }
.skip { color: red; }

img.procedure { max-width: 400px; }

img.procedure2 { max-width: 500px; }

ul.category { list-style: none; height: 38px; padding: 0; background: #ffffff; border-radius: 0px; border: 1px solid #e0e0e0; text-align: center; }

.comingsoon { font-size: 0.8em; }
Expand All @@ -3227,25 +3225,22 @@ ul.category { list-style: none; height: 38px; padding: 0; background: #ffffff; b

p.applications { padding: 0 0 0 0; margin: 0 0 0 0; text-align: center; line-height: 0; }

.appdetails { color: #675C5C; list-style: none; min-height: 280px; padding: 3% 5%; background: #ffffff; border-radius: 0px; border: 1px solid #e0e0e0; border-top: none; text-align: left; }
.appdetails { color: #675C5C; list-style: none; min-height: 140px; padding: 3% 5%; background: #ffffff; border-radius: 0px; border: 1px solid #e0e0e0; border-top: none; text-align: left; }

img.appimage { border: 1px solid #e0e0e0; border-bottom: none; }

.applabel { margin: 0; border: 1px solid #2a289d; background: #2a289d; color: white; font-weight: bold; border-bottom: none; border-top: none; text-align: center; padding: 0; font-size: 1.2em; }

.applabel li { list-style: none; }

.name { font-size: 1.5em; text-align: left; font-weight: bold; margin: 0px 0px 0px 0px; }
.name { font-size: 1.5em; text-align: left; font-weight: bold; margin: 0px 0px 10px 0px; }

.applications { color: #675C5C; font-weight: normal; margin: 10px 0px; }

/*Change color of application details when cursor is on. When hovering the image and application details.*/
a.applications:hover, a.applications:focus { color: #267cb9; }

/*Avoid the normal text to be bold when hovered.*/
a.applications:hover li, a.applications:focus li { color: #267cb9; font-weight: normal; }

/*Does not change color of RZ/V2x label in application.*/
a.applications:hover ul.applabel > li, a.applications:focus ul.applabel > li { color: white; font-weight: bold; }

ul.index { list-style: none; }
Expand All @@ -3268,15 +3263,12 @@ strong { color: #222; font-weight: 700; }

.downloads a strong { font-size: 16px; display: block; color: #222; }

/*Use <br clas="br-sp"> for long line that requires break point on smartphone.*/
.br-sp { display: none; }

.br-sp-web-title { display: none; }

.br-nsp { display: block; }

.appstatus { margin-bottom: 0px; color: red; }

@media (max-width: 1250px) { .br-sp { display: block; }
.br-sp-web-title { display: block; }
.br-nsp { display: block; } }
Expand All @@ -3297,112 +3289,14 @@ strong { color: #222; font-weight: 700; }
section { border: 1px solid #e5e5e5; border-width: 1px 0; padding: 20px 0; margin: 0 0 20px; }
header a small, header a .small { display: inline; }
header ul { position: static; }
/*.web_index { display: none; }*/
.web_index { display: none; }
div.downloads img { display: none; }
ul.downloads { position: static; list-style: none; background: none; border: none; vertical-align: middle; width: 100%; } }
@media print, screen and (max-width: 720px) { body { word-wrap: break-word; }
header { padding: 0; }
header ul, header p.view { position: static; }
/*pre, code { word-wrap:normal; }*/
pre, code { word-wrap: normal; }
.top { font-size: 24px; } }
@media print, screen and (max-width: 480px) { body { padding: 15px; word-wrap: break-word; }
.downloads { width: 100%; }
.downloads li, .downloads li + li + li { width: 100%; } }
/********** Additional Styles **********/
h2, .h2 { padding: 1rem 1rem; border-left: 8px solid #2a289d; color: #2a289d; background: #f2f2f2; }

h3, .h3 { position: relative; margin: 15px 0px; border-bottom: 2px solid #2a289d; }

.container { max-width: 100%; }

.note { display: block; position: relative; margin: 1em 0; padding: 23px 10px 7px; max-width: fit-content; color: #000000; background: #f3f3fc; }

.note .note-title { position: absolute; max-width: fit-content; top: -2px; left: -2px; padding: 0 6px; height: 23px; line-height: 23px; font-size: 15px; background: #2a289d; color: #ffffff; font-weight: bold; }

.warning { display: block; position: relative; margin: 1em 0; padding: 23px 10px 7px; max-width: fit-content; color: #000000; background: #fcf3f3; }

.warning .warning-title { position: absolute; max-width: fit-content; top: -2px; left: -2px; padding: 0 6px; height: 23px; line-height: 23px; font-size: 15px; background: #b71935; color: #ffffff; font-weight: bold; }

.box1 { display: block; max-width: fit-content; padding: 0.5em 1em; border: 2px solid #eee; position: relative; z-index: 0; }

.box1::before { display: block; border-top: 2px solid #c6c6d4; border-left: 2px solid #c6c6d4; content: ''; position: absolute; top: -2px; left: -2px; width: 20px; height: 20px; z-index: 1; }

.box2 { display: block; max-width: fit-content; padding: 0.5em 1em; position: relative; }

.box2::after, .box2::before { content: ""; display: inline-block; height: 100%; position: absolute; width: 0.75em; }

.box2::before { border-bottom: 1px solid #2a289d; border-left: 1px solid #2a289d; border-top: 1px solid #2a289d; bottom: 0; left: 0; }

.box2::after { border-bottom: 1px solid #2a289d; border-right: 1px solid #2a289d; border-top: 1px solid #2a289d; bottom: 0; right: 0; }

quotedoc { display: block; position: relative; max-width: fit-content; padding: 15px 10px 10px 15px; border-left: 3px double #2a289d; }

.boxdetails { display: block; max-width: fit-content; padding: 4px; margin: 6px 0px; border: 1px solid #2a289d; border-radius: 5px; }

.boxdetails > summary { outline: none; cursor: pointer; font-weight: bold; color: #2a289d; }

.mytable { display: block; max-width: fit-content; table-layout: auto; overflow: auto; font-size: 80%; text-align: center; color: #000000; border-collapse: collapse; border-spacing: 0; }

.mytable th { border: solid 0.5px #706f6f; background: #2a289d; color: #ffffff; }

.mytable td { border: solid 0.5px #706f6f; background: #f7f7fd; }

.mytable caption { display: block; font-size: 140%; padding-bottom: 0; color: #2a289d; font-weight: bold; }

code { word-wrap: normal; color: #444; background: #f0f0f0; border-radius: 3px; }

pre { border-radius: 5px; color: #444; background: #f0f0f0; border: solid 1px #dddddd; overflow: auto; -webkit-overflow-scrolling: touch; }

/********** Hamburger Menu **********/
@media print, screen and (max-width: 960px) { .menu-btn { position: fixed; top: 5px; right: 5px; display: flex; height: 50px; width: 50px; justify-content: center; align-items: center; z-index: 10; background-color: #2a289d; border-radius: 5px; }
.menu-btn span, .menu-btn span:before, .menu-btn span:after { content: ''; display: block; height: 2px; width: 25px; border-radius: 3px; background-color: #ffffff; position: absolute; }
.menu-btn span:before { bottom: 8px; }
.menu-btn span:after { top: 8px; }
#menu-btn-check:checked ~ .menu-btn span { background-color: rgba(255, 255, 255, 0); }
#menu-btn-check:checked ~ .menu-btn span::before { bottom: 0; transform: rotate(45deg); }
#menu-btn-check:checked ~ .menu-btn span::after { top: 0; transform: rotate(-45deg); }
.menu-content { overflow: auto; width: 100%; height: 100%; position: fixed; padding: 40px 10px 5px; top: 0; left: 100%; z-index: 9; background-color: #706f6f; transition: all 0.5s; }
#menu-btn-check:checked ~ .menu-content { left: 0; }
.menu-content summary { list-style: none; font-size: 110%; margin-left: 25px; padding-top: 10px; position: relative; }
.menu-content a { list-style: none; display: block; width: 100%; font-size: 110%; box-sizing: border-box; color: #ffffff; border-bottom: solid 1px #ffffff; padding: 9px 15px 5px 0; position: relative; }
.menu-content a::before { content: ""; width: 7px; height: 7px; border-top: solid 2px #ffffff; border-right: solid 2px #ffffff; transform: rotate(45deg); position: absolute; right: 11px; top: 20px; }
.menu-content details:has(ul) > summary > a { border-bottom: none; pointer-events: none; }
.menu-content details:has(ul) > summary > a::before { content: none; }
.menu-content details > summary::before { content: ""; width: 12px; height: 12px; border-top: solid 2px #ffffff; border-right: solid 2px #ffffff; transform: rotate(45deg); position: absolute; left: -25px; top: 26px; transition: all 0.3s; }
.menu-content details[open] > summary::before { top: 25px; transform: rotate(135deg); transition: all 0.3s; } }
#menu-btn-check { display: none; }

/********** eSD and eMMC switch **********/
.contenteSD-bg { display: block; position: relative; margin: 1em 0; padding: 23px 10px 7px; max-width: fit-content; color: #000000; background: #E0EDF8; border: 1px solid #4BA3D3; }

.contenteSD-bg .ContenteSD-title { position: absolute; max-width: fit-content; top: -2px; left: -2px; padding: 0 6px; height: 23px; line-height: 23px; font-size: 15px; background: #4BA3D3; color: #ffffff; font-weight: bold; }

.contenteMMC-bg { display: block; position: relative; margin: 1em 0; padding: 23px 10px 7px; max-width: fit-content; color: #000000; background: #E4E3ED; border: 1px solid #635D89; }

.contenteMMC-bg .ContenteMMC-title { position: absolute; max-width: fit-content; top: -2px; left: -2px; padding: 0 6px; height: 23px; line-height: 23px; font-size: 15px; background: #635D89; color: #ffffff; font-weight: bold; }

.SelectButton { max-width: fit-content; vertical-align: middle; padding: 5px; margin: 5px; border: solid 1.5px #000; border-radius: 50px; font-size: 100%; font-weight: bold; cursor: pointer; }

.ButtoneSD { display: table-cell; vertical-align: middle; min-width: max-content; color: #4BA3D3; border-radius: 30px; padding: 5px 20px 3px; }

.ButtoneMMC { display: table-cell; vertical-align: middle; min-width: max-content; color: #635D89; border-radius: 30px; padding: 5px 20px 3px; }

.ButtoneSD-Active { background: #4BA3D3; color: #fff !important; transition: all 0.3s; }

.ButtoneMMC-Active { background: #635D89; color: #fff !important; transition: all 0.3s; }

/********** Table used in Getting Started **********/
.gstable { display: block; max-width: fit-content; table-layout: auto; overflow: auto; font-size: 100%; text-align: center; color: #000000; border-collapse: collapse; border-spacing: 0; }

.gstable th { border: solid 0.5px #706f6f; background: #2a289d; color: #ffffff; }

.gstable td { border: solid 0.5px #706f6f; background: #f7f7fd; }

.gstable caption { display: block; font-size: 140%; padding-bottom: 0; color: #2a289d; font-weight: bold; }

.history-title { margin-bottom: 3px; }

.history-item { margin-top: 5px; margin-bottom: 0px; }

/********** For Video **********/
.videodetails { color: #675C5C; list-style: none; min-height: 140px; padding: 3% 5%; background: #ffffff; border-radius: 0px; border: 1px solid #e0e0e0; border-top: none; text-align: left; }
Loading

0 comments on commit f8313f4

Please sign in to comment.