Skip to content

Commit c62e4d4

Browse files
author
github-actions
committed
auto: style: Fix h2 headers
SourceCommit: emacs-eask/cli@c287d5c
1 parent c60ce92 commit c62e4d4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Contributing/Documentation/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
<label><span class=flex><svg class="gdoc-icon gdoc_github"><use xlink:href="#gdoc_github"/></svg>
5151
<a href=https://github.com/emacs-eask/cli class=gdoc-nav__entry>View Source</a></span></label></li></ul></section></nav></aside><div class=gdoc-page><div class="gdoc-page__header flex flex-wrap
5252
justify-between" itemprop=breadcrumb><div><svg class="gdoc-icon gdoc_path hidden-mobile"><use xlink:href="#gdoc_path"/></svg><ol class=breadcrumb itemscope itemtype=https://schema.org/BreadcrumbList><li itemprop=itemListElement itemscope itemtype=https://schema.org/ListItem><a itemscope itemtype=https://schema.org/WebPage itemprop=item itemid=/ href=/><span itemprop=name></span></a><meta itemprop=position content='1'></li><li>/</li><li itemprop=itemListElement itemscope itemtype=https://schema.org/ListItem><a itemscope itemtype=https://schema.org/WebPage itemprop=item itemid=/Contributing/ href=/Contributing/><span itemprop=name>Contributing</span></a><meta itemprop=position content='2'></li><li>/</li><li itemprop=itemListElement itemscope itemtype=https://schema.org/ListItem><span itemprop=name>✒️ Documentation</span><meta itemprop=position content='3'></li></ol></div><div><span class=editpage><svg class="gdoc-icon gdoc_code"><use xlink:href="#gdoc_code"/></svg>
53-
<a href=https://github.com/emacs-eask/cli//edit/master/docs/content/Contributing/Documentation/_index.en.md>Edit page</a></span></div></div><article class="gdoc-markdown gdoc-markdown__align--left" id=main-content tabindex=-1><h1>✒️ Documentation</h1><div class="gdoc-toc gdoc-toc__level--3"><nav id=TableOfContents><ul><li><ul><li><a href=#-prerequisites>🚩 Prerequisites</a></li><li><a href=#-setup>📐 Setup</a></li></ul></li></ul></nav><hr></div><p>Eask includes a comprehensive user guide. Please try to extend it accordingly while
53+
<a href=https://github.com/emacs-eask/cli//edit/master/docs/content/Contributing/Documentation/_index.en.md>Edit page</a></span></div></div><article class="gdoc-markdown gdoc-markdown__align--left" id=main-content tabindex=-1><h1>✒️ Documentation</h1><div class="gdoc-toc gdoc-toc__level--3"><nav id=TableOfContents><ul><li><a href=#-prerequisites>🚩 Prerequisites</a></li><li><a href=#-setup>📐 Setup</a></li></ul></nav><hr></div><p>Eask includes a comprehensive user guide. Please try to extend it accordingly while
5454
you implement new features.</p><p>The documentation is written in <a class=gdoc-markdown__link href=https://gohugo.io/>Markdown</a>, using <a class=gdoc-markdown__link href>Hugo</a> and GitHub Pages.
5555
The former is the static site generator, and the latter is the static web pages hosting service
5656
from GitHub.</p><blockquote class="gdoc-hint note"><div class="gdoc-hint__title flex gap-8 align-center"><i class="fa note"></i>
57-
<span>Note</span></div><div class=gdoc-hint__text>💡 You can find all our documentation under the <strong>docs/content/</strong> folder.</div></blockquote><div class="flex align-center gdoc-page__anchorwrap"><h3 id=-prerequisites>🚩 Prerequisites</h3><a data-clipboard-text=https://emacs-eask.github.io/Contributing/Documentation/#-prerequisites class="gdoc-page__anchor clip flex align-center" title="Anchor to: 🚩 Prerequisites" aria-label="Anchor to: 🚩 Prerequisites" href=#-prerequisites><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>To make changes to documentation, you should have:</p><ul><li><a class=gdoc-markdown__link href=https://gohugo.io/getting-started/quick-start/#step-1-install-hugo>hugo</a>
58-
executable; the static site generator.</li></ul><div class="flex align-center gdoc-page__anchorwrap"><h3 id=-setup>📐 Setup</h3><a data-clipboard-text=https://emacs-eask.github.io/Contributing/Documentation/#-setup class="gdoc-page__anchor clip flex align-center" title="Anchor to: 📐 Setup" aria-label="Anchor to: 📐 Setup" href=#-setup><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>To set up the website locally, you need to first install the theme:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl><span class=c1># Clone the repository with submodules...</span>
57+
<span>Note</span></div><div class=gdoc-hint__text>💡 You can find all our documentation under the <strong>docs/content/</strong> folder.</div></blockquote><div class="flex align-center gdoc-page__anchorwrap"><h2 id=-prerequisites>🚩 Prerequisites</h2><a data-clipboard-text=https://emacs-eask.github.io/Contributing/Documentation/#-prerequisites class="gdoc-page__anchor clip flex align-center" title="Anchor to: 🚩 Prerequisites" aria-label="Anchor to: 🚩 Prerequisites" href=#-prerequisites><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>To make changes to documentation, you should have:</p><ul><li><a class=gdoc-markdown__link href=https://gohugo.io/getting-started/quick-start/#step-1-install-hugo>hugo</a>
58+
executable; the static site generator.</li></ul><div class="flex align-center gdoc-page__anchorwrap"><h2 id=-setup>📐 Setup</h2><a data-clipboard-text=https://emacs-eask.github.io/Contributing/Documentation/#-setup class="gdoc-page__anchor clip flex align-center" title="Anchor to: 📐 Setup" aria-label="Anchor to: 📐 Setup" href=#-setup><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>To set up the website locally, you need to first install the theme:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl><span class=c1># Clone the repository with submodules...</span>
5959
</span></span><span class=line><span class=cl>git clone https://github.com/emacs-eask/cli --recurse-submodules
6060
</span></span><span class=line><span class=cl>
6161
</span></span><span class=line><span class=cl><span class=c1># Navgiate to `docs/theme/geekdoc` folder</span>

fonts/GeekdocIcons.woff

0 Bytes
Binary file not shown.

fonts/GeekdocIcons.woff2

0 Bytes
Binary file not shown.

zh-tw/Contributing/Documentation/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
<label><span class=flex><svg class="gdoc-icon gdoc_github"><use xlink:href="#gdoc_github"/></svg>
5454
<a href=https://github.com/emacs-eask/cli class=gdoc-nav__entry>View Source</a></span></label></li></ul></section></nav></aside><div class=gdoc-page><div class="gdoc-page__header flex flex-wrap
5555
justify-between" itemprop=breadcrumb><div><svg class="gdoc-icon gdoc_path hidden-mobile"><use xlink:href="#gdoc_path"/></svg><ol class=breadcrumb itemscope itemtype=https://schema.org/BreadcrumbList><li itemprop=itemListElement itemscope itemtype=https://schema.org/ListItem><a itemscope itemtype=https://schema.org/WebPage itemprop=item itemid=/zh-tw/ href=/zh-tw/><span itemprop=name></span></a><meta itemprop=position content='2'></li><li>/</li><li itemprop=itemListElement itemscope itemtype=https://schema.org/ListItem><a itemscope itemtype=https://schema.org/WebPage itemprop=item itemid=/zh-tw/Contributing/ href=/zh-tw/Contributing/><span itemprop=name>貢獻</span></a><meta itemprop=position content='3'></li><li>/</li><li itemprop=itemListElement itemscope itemtype=https://schema.org/ListItem><span itemprop=name>✒️ 文檔</span><meta itemprop=position content='4'></li></ol></div><div><span class=editpage><svg class="gdoc-icon gdoc_code"><use xlink:href="#gdoc_code"/></svg>
56-
<a href=https://github.com/emacs-eask/cli//edit/master/docs/content/Contributing/Documentation/_index.zh-tw.md>Edit page</a></span></div></div><article class="gdoc-markdown gdoc-markdown__align--left" id=main-content tabindex=-1><h1>✒️ 文檔</h1><div class="gdoc-toc gdoc-toc__level--3"><nav id=TableOfContents><ul><li><ul><li><a href=#-必備條件>🚩 必備條件</a></li><li><a href=#-設置>📐 設置</a></li></ul></li></ul></nav><hr></div><p>Eask 包含全面的用戶指南。 請嘗試相應地擴展它您實施新功能。</p><p>該文檔使用 <a class=gdoc-markdown__link href>Hugo</a> 和 GitHub Pages 以 <a class=gdoc-markdown__link href=https://gohugo.io/>Markdown</a> 編寫。
56+
<a href=https://github.com/emacs-eask/cli//edit/master/docs/content/Contributing/Documentation/_index.zh-tw.md>Edit page</a></span></div></div><article class="gdoc-markdown gdoc-markdown__align--left" id=main-content tabindex=-1><h1>✒️ 文檔</h1><div class="gdoc-toc gdoc-toc__level--3"><nav id=TableOfContents><ul><li><a href=#-必備條件>🚩 必備條件</a></li><li><a href=#-設置>📐 設置</a></li></ul></nav><hr></div><p>Eask 包含全面的用戶指南。 請嘗試相應地擴展它您實施新功能。</p><p>該文檔使用 <a class=gdoc-markdown__link href>Hugo</a> 和 GitHub Pages 以 <a class=gdoc-markdown__link href=https://gohugo.io/>Markdown</a> 編寫。
5757
前者是靜態站點生成器,後者是靜態網頁託管服務來自 GitHub。</p><blockquote class="gdoc-hint note"><div class="gdoc-hint__title flex gap-8 align-center"><i class="fa note"></i>
58-
<span>Note</span></div><div class=gdoc-hint__text>💡 您可以在 <strong>docs/content/</strong> 文件夾下找到我們所有的文檔。</div></blockquote><div class="flex align-center gdoc-page__anchorwrap"><h3 id=-必備條件>🚩 必備條件</h3><a data-clipboard-text=https://emacs-eask.github.io/zh-tw/Contributing/Documentation/#-必備條件 class="gdoc-page__anchor clip flex align-center" title="Anchor to: 🚩 必備條件" aria-label="Anchor to: 🚩 必備條件" href=#-%e5%bf%85%e5%82%99%e6%a2%9d%e4%bb%b6><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>要更改文檔,您應該:</p><ul><li><a class=gdoc-markdown__link href=https://gohugo.io/getting-started/quick-start/#step-1-install-hugo>hugo</a>
59-
可執行; 靜態站點生成器。</li></ul><div class="flex align-center gdoc-page__anchorwrap"><h3 id=-設置>📐 設置</h3><a data-clipboard-text=https://emacs-eask.github.io/zh-tw/Contributing/Documentation/#-設置 class="gdoc-page__anchor clip flex align-center" title="Anchor to: 📐 設置" aria-label="Anchor to: 📐 設置" href=#-%e8%a8%ad%e7%bd%ae><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>要在本地設置網站,您需要先安裝主題:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl><span class=c1># 克隆代碼庫和子模塊一起...</span>
58+
<span>Note</span></div><div class=gdoc-hint__text>💡 您可以在 <strong>docs/content/</strong> 文件夾下找到我們所有的文檔。</div></blockquote><div class="flex align-center gdoc-page__anchorwrap"><h2 id=-必備條件>🚩 必備條件</h2><a data-clipboard-text=https://emacs-eask.github.io/zh-tw/Contributing/Documentation/#-必備條件 class="gdoc-page__anchor clip flex align-center" title="Anchor to: 🚩 必備條件" aria-label="Anchor to: 🚩 必備條件" href=#-%e5%bf%85%e5%82%99%e6%a2%9d%e4%bb%b6><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>要更改文檔,您應該:</p><ul><li><a class=gdoc-markdown__link href=https://gohugo.io/getting-started/quick-start/#step-1-install-hugo>hugo</a>
59+
可執行; 靜態站點生成器。</li></ul><div class="flex align-center gdoc-page__anchorwrap"><h2 id=-設置>📐 設置</h2><a data-clipboard-text=https://emacs-eask.github.io/zh-tw/Contributing/Documentation/#-設置 class="gdoc-page__anchor clip flex align-center" title="Anchor to: 📐 設置" aria-label="Anchor to: 📐 設置" href=#-%e8%a8%ad%e7%bd%ae><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>要在本地設置網站,您需要先安裝主題:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl><span class=c1># 克隆代碼庫和子模塊一起...</span>
6060
</span></span><span class=line><span class=cl>git clone https://github.com/emacs-eask/cli --recurse-submodules
6161
</span></span><span class=line><span class=cl>
6262
</span></span><span class=line><span class=cl><span class=c1># 導航到 `docs/theme/geekdoc` 文件夾</span>

0 commit comments

Comments
 (0)