Skip to content

Commit

Permalink
編集者向け資料をリネーム
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Jan 12, 2023
1 parent 2714a40 commit b375504
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 23 deletions.
2 changes: 1 addition & 1 deletion css/kunai/site/sidebar-ext.scss
Expand Up @@ -106,7 +106,7 @@
&[data-top-id="working_style"] > .heading > a.title:before {
@extend .fa-pencil-square-o;
}
&[data-top-id="editors_doc"] > .heading > a.title:before {
&[data-top-id="start_editing"] > .heading > a.title:before {
@extend .fa-text-height;
}
&[data-top-id="article"] > .heading > a.title:before {
Expand Down
2 changes: 1 addition & 1 deletion css/kunai/site/sidebar.css
Expand Up @@ -735,7 +735,7 @@ main[role="main"] .kunai-sidebar.force-legacy {
}

.kunai-sidebar > .tree.v2 > ul.root > li.top {
&[data-top-id="reference"], &[data-top-id="module"], &[data-top-id="article"], &[data-top-id="editors_doc"] {
&[data-top-id="reference"], &[data-top-id="module"], &[data-top-id="article"], &[data-top-id="start_editing"] {
.kunai-branch {
box-shadow: none;
}
Expand Down
18 changes: 9 additions & 9 deletions html/kunai-testing-2.hbs
Expand Up @@ -365,35 +365,35 @@ ForString:hello
</ul>
</li>
<li class="parent_li ">
<span class=treespan></span> editors_doc
<span class=treespan></span> start_editing
<ul>
<li>
<a href=/editors_doc/class_template_page.html>page_title (ページのタイトルです)</a>
<a href=/start_editing/class_template_page.html>page_title (ページのタイトルです)</a>
<span class="cpp-sidebar cpp17" title=C++17で追加>(C++17)</span>
</li>
<li>
<a href=/editors_doc/function_template_page.html>page_title (ページのタイトルです)</a>
<a href=/start_editing/function_template_page.html>page_title (ページのタイトルです)</a>
<span class="cpp-sidebar cpp17" title=C++17で追加>(C++17)</span>
</li>
<li>
<a href=/editors_doc/header_template_page.html>page_title (ページのタイトルです)</a>
<a href=/start_editing/header_template_page.html>page_title (ページのタイトルです)</a>
<span class="cpp-sidebar cpp17" title=C++17で追加>(C++17)</span>
</li>
<li>
<a href=/editors_doc/lang_template_page.html>page_title (ページのタイトルです)</a>
<a href=/start_editing/lang_template_page.html>page_title (ページのタイトルです)</a>
<span class="cpp-sidebar cpp17" title=C++17で追加>(C++17)</span>
</li>
<li>
<a href=/editors_doc/random_figure.html>乱数分布の図を作る方法</a>
<a href=/start_editing/random_figure.html>乱数分布の図を作る方法</a>
</li>
<li>
<a href=/editors_doc/specialized.html>cpprefjp特有の拡張構文</a>
<a href=/start_editing/specialized.html>cpprefjp特有の拡張構文</a>
</li>
<li>
<a href=/editors_doc/start_editing.html>cpprefjpを編集するには</a>
<a href=/start_editing/start_editing.html>cpprefjpを編集するには</a>
</li>
<li>
<a href=/editors_doc/type-type_template_page.html>page_title (ページタイトルです)</a>
<a href=/start_editing/type-type_template_page.html>page_title (ページタイトルです)</a>
<span class="cpp-sidebar cpp17" title=C++17で追加>(C++17)</span>
</li>
</ul>
Expand Down
19 changes: 8 additions & 11 deletions html/kunai-testing.hbs
Expand Up @@ -445,35 +445,32 @@
</ul>
</li>
<li class="parent_li ">
<span class=treespan></span> editors_doc
<span class=treespan></span> start_editing
<ul>
<li>
<a href=/editors_doc/class_template_page.html>page_title (ページのタイトルです)</a>
<a href=/start_editing/class_template_page.html>page_title (ページのタイトルです)</a>
<span class="cpp-sidebar cpp17" title=C++17で追加>(C++17)</span>
</li>
<li>
<a href=/editors_doc/function_template_page.html>page_title (ページのタイトルです)</a>
<a href=/start_editing/function_template_page.html>page_title (ページのタイトルです)</a>
<span class="cpp-sidebar cpp17" title=C++17で追加>(C++17)</span>
</li>
<li>
<a href=/editors_doc/header_template_page.html>page_title (ページのタイトルです)</a>
<a href=/start_editing/header_template_page.html>page_title (ページのタイトルです)</a>
<span class="cpp-sidebar cpp17" title=C++17で追加>(C++17)</span>
</li>
<li>
<a href=/editors_doc/lang_template_page.html>page_title (ページのタイトルです)</a>
<a href=/start_editing/lang_template_page.html>page_title (ページのタイトルです)</a>
<span class="cpp-sidebar cpp17" title=C++17で追加>(C++17)</span>
</li>
<li>
<a href=/editors_doc/random_figure.html>乱数分布の図を作る方法</a>
<a href=/start_editing/random_figure.html>乱数分布の図を作る方法</a>
</li>
<li>
<a href=/editors_doc/specialized.html>cpprefjp特有の拡張構文</a>
<a href=/start_editing/specialized.html>cpprefjp特有の拡張構文</a>
</li>
<li>
<a href=/editors_doc/start_editing.html>cpprefjpを編集するには</a>
</li>
<li>
<a href=/editors_doc/type-type_template_page.html>page_title (ページタイトルです)</a>
<a href=/start_editing/type-type_template_page.html>page_title (ページタイトルです)</a>
<span class="cpp-sidebar cpp17" title=C++17で追加>(C++17)</span>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion kunai_configs/cpprefjp
Submodule cpprefjp updated 1 files
+1 −1 article.md

0 comments on commit b375504

Please sign in to comment.