Skip to content

Commit 2240043

Browse files
committed
Deploy website
Deploy website version based on 7883b6412dee9f8d723a34b648c6eb173c84ffc0
1 parent 6544bac commit 2240043

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

docs/configuration/settings.html

+7-1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ <h3><a class="anchor" aria-hidden="true" id="layout"></a><a href="#layout" aria-
155155
<li><p><code>oni.layout.layoutTabPosition</code> <em><em>(</em>&quot;top&quot;|&quot;bottom&quot;</em> default: <code>&quot;bottom&quot;</code>)__ - Controls the position of the layout tabs.</p></li>
156156
<li><p><code>oni.layout.singleTabMode</code> <strong>(<em>bool</em> default: <code>false</code>)</strong> - When <code>true</code>, groups will only hold a single editor, and closing this editor will always close the group. It will also hide the editor tabs, and therefore essentially hide the concept of editor groups.</p></li>
157157
</ul>
158+
<h3><a class="anchor" aria-hidden="true" id="proxy"></a><a href="#proxy" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Proxy</h3>
159+
<p>Onivim 2 can be configured to send requests through an HTTP/HTTPs proxy with the following configuration:</p>
160+
<ul>
161+
<li><p><code>http.proxy</code> __(<em>string</em> default: <code>null</code>) - A URL to be used as a proxy server, including the name and password. ie, <code>&quot;http.proxy&quot;: &quot;http://user@pass:127.0.0.1:8888&quot;</code></p></li>
162+
<li><p><code>https.proxy</code> - __(<em>string</em> default: <code>null</code>) - A URL to be used as a proxy server for HTTPs requests. If not specified, Onivim will fall back to the <code>http.proxy</code> setting.</p></li>
163+
</ul>
158164
<h3><a class="anchor" aria-hidden="true" id="rendering"></a><a href="#rendering" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Rendering</h3>
159165
<ul>
160166
<li><code>vsync</code> <strong>(<em>bool</em> default: <code>false</code>)</strong> - Whether rendering should sync with vertical retrace of the monitor. VSync adds input latency, as rendering must sync with the refresh rate of the monitor, but it reduces screen tearing.</li>
@@ -207,4 +213,4 @@ <h2><a class="anchor" aria-hidden="true" id="language-specific-configuration"></
207213
}
208214
</code></pre>
209215
<p>In the above example, the <code>editor.insertSpaces</code> value of <code>false</code> in the <code>reason</code> section overrides the default of <code>true</code> - this configures the editor to use tabs in reason files for indentation, and spaces elsewhere.</p>
210-
</span></div></article></div><div class="docs-prevnext"><a class="docs-prev button" href="/docs/using-onivim/snippets"><span class="arrow-prev"></span><span>Snippets</span></a><a class="docs-next button" href="/docs/configuration/key-bindings"><span>Key Bindings</span><span class="arrow-next"></span></a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#editing-the-user-settings">Editing the user settings</a><ul class="toc-headings"><li><a href="#directly-editing-the-user-settings">Directly editing the user settings</a></li></ul></li><li><a href="#configuration-settings">Configuration Settings</a><ul class="toc-headings"><li><a href="#editor">Editor</a></li><li><a href="#input">Input</a></li><li><a href="#explorer">Explorer</a></li><li><a href="#layout">Layout</a></li><li><a href="#rendering">Rendering</a></li><li><a href="#ui">UI</a></li><li><a href="#vim">Vim</a></li><li><a href="#high-dpi--ui-scaling">High-DPI / UI Scaling</a></li><li><a href="#experimental">Experimental</a></li></ul></li><li><a href="#language-specific-configuration">Language-specific configuration</a></li></ul></nav></div><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/" class="nav-home" style="opacity:0"><img src="/img/logo2.png" alt="Onivim 2 User Manual" width="66" height="58"/></a><div><h5>Docs</h5><a href="/docs/getting-started/why-onivim">Getting Started</a><a href="/docs/using-onivim/moving-in-onivim">Basic Usage</a><a href="/docs/for-developers/building">For Developers</a><a href="/docs/other/faq">FAQ</a></div><div><h5>Community</h5><a href="https://reddit.com/r/onivim">Reddit</a><a href="https://discord.gg/7maEAxV">Discord</a><a href="https://twitter.com/oni_vim" target="_blank" rel="noreferrer noopener">Twitter</a></div><div><h5>More</h5><a href="https://github.com/onivim/oni2">GitHub</a><a class="github-button" href="https://github.com/onivim/oni2" data-icon="octicon-star" data-count-href="/facebook/docusaurus/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub">Star</a></div></section><section class="copyright">Copyright © 2021 Outrun Labs, LLC</section></footer></div></body></html>
216+
</span></div></article></div><div class="docs-prevnext"><a class="docs-prev button" href="/docs/using-onivim/snippets"><span class="arrow-prev"></span><span>Snippets</span></a><a class="docs-next button" href="/docs/configuration/key-bindings"><span>Key Bindings</span><span class="arrow-next"></span></a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#editing-the-user-settings">Editing the user settings</a><ul class="toc-headings"><li><a href="#directly-editing-the-user-settings">Directly editing the user settings</a></li></ul></li><li><a href="#configuration-settings">Configuration Settings</a><ul class="toc-headings"><li><a href="#editor">Editor</a></li><li><a href="#input">Input</a></li><li><a href="#explorer">Explorer</a></li><li><a href="#layout">Layout</a></li><li><a href="#proxy">Proxy</a></li><li><a href="#rendering">Rendering</a></li><li><a href="#ui">UI</a></li><li><a href="#vim">Vim</a></li><li><a href="#high-dpi--ui-scaling">High-DPI / UI Scaling</a></li><li><a href="#experimental">Experimental</a></li></ul></li><li><a href="#language-specific-configuration">Language-specific configuration</a></li></ul></nav></div><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/" class="nav-home" style="opacity:0"><img src="/img/logo2.png" alt="Onivim 2 User Manual" width="66" height="58"/></a><div><h5>Docs</h5><a href="/docs/getting-started/why-onivim">Getting Started</a><a href="/docs/using-onivim/moving-in-onivim">Basic Usage</a><a href="/docs/for-developers/building">For Developers</a><a href="/docs/other/faq">FAQ</a></div><div><h5>Community</h5><a href="https://reddit.com/r/onivim">Reddit</a><a href="https://discord.gg/7maEAxV">Discord</a><a href="https://twitter.com/oni_vim" target="_blank" rel="noreferrer noopener">Twitter</a></div><div><h5>More</h5><a href="https://github.com/onivim/oni2">GitHub</a><a class="github-button" href="https://github.com/onivim/oni2" data-icon="octicon-star" data-count-href="/facebook/docusaurus/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub">Star</a></div></section><section class="copyright">Copyright © 2021 Outrun Labs, LLC</section></footer></div></body></html>

docs/configuration/settings/index.html

+7-1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ <h3><a class="anchor" aria-hidden="true" id="layout"></a><a href="#layout" aria-
155155
<li><p><code>oni.layout.layoutTabPosition</code> <em><em>(</em>&quot;top&quot;|&quot;bottom&quot;</em> default: <code>&quot;bottom&quot;</code>)__ - Controls the position of the layout tabs.</p></li>
156156
<li><p><code>oni.layout.singleTabMode</code> <strong>(<em>bool</em> default: <code>false</code>)</strong> - When <code>true</code>, groups will only hold a single editor, and closing this editor will always close the group. It will also hide the editor tabs, and therefore essentially hide the concept of editor groups.</p></li>
157157
</ul>
158+
<h3><a class="anchor" aria-hidden="true" id="proxy"></a><a href="#proxy" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Proxy</h3>
159+
<p>Onivim 2 can be configured to send requests through an HTTP/HTTPs proxy with the following configuration:</p>
160+
<ul>
161+
<li><p><code>http.proxy</code> __(<em>string</em> default: <code>null</code>) - A URL to be used as a proxy server, including the name and password. ie, <code>&quot;http.proxy&quot;: &quot;http://user@pass:127.0.0.1:8888&quot;</code></p></li>
162+
<li><p><code>https.proxy</code> - __(<em>string</em> default: <code>null</code>) - A URL to be used as a proxy server for HTTPs requests. If not specified, Onivim will fall back to the <code>http.proxy</code> setting.</p></li>
163+
</ul>
158164
<h3><a class="anchor" aria-hidden="true" id="rendering"></a><a href="#rendering" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Rendering</h3>
159165
<ul>
160166
<li><code>vsync</code> <strong>(<em>bool</em> default: <code>false</code>)</strong> - Whether rendering should sync with vertical retrace of the monitor. VSync adds input latency, as rendering must sync with the refresh rate of the monitor, but it reduces screen tearing.</li>
@@ -207,4 +213,4 @@ <h2><a class="anchor" aria-hidden="true" id="language-specific-configuration"></
207213
}
208214
</code></pre>
209215
<p>In the above example, the <code>editor.insertSpaces</code> value of <code>false</code> in the <code>reason</code> section overrides the default of <code>true</code> - this configures the editor to use tabs in reason files for indentation, and spaces elsewhere.</p>
210-
</span></div></article></div><div class="docs-prevnext"><a class="docs-prev button" href="/docs/using-onivim/snippets"><span class="arrow-prev"></span><span>Snippets</span></a><a class="docs-next button" href="/docs/configuration/key-bindings"><span>Key Bindings</span><span class="arrow-next"></span></a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#editing-the-user-settings">Editing the user settings</a><ul class="toc-headings"><li><a href="#directly-editing-the-user-settings">Directly editing the user settings</a></li></ul></li><li><a href="#configuration-settings">Configuration Settings</a><ul class="toc-headings"><li><a href="#editor">Editor</a></li><li><a href="#input">Input</a></li><li><a href="#explorer">Explorer</a></li><li><a href="#layout">Layout</a></li><li><a href="#rendering">Rendering</a></li><li><a href="#ui">UI</a></li><li><a href="#vim">Vim</a></li><li><a href="#high-dpi--ui-scaling">High-DPI / UI Scaling</a></li><li><a href="#experimental">Experimental</a></li></ul></li><li><a href="#language-specific-configuration">Language-specific configuration</a></li></ul></nav></div><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/" class="nav-home" style="opacity:0"><img src="/img/logo2.png" alt="Onivim 2 User Manual" width="66" height="58"/></a><div><h5>Docs</h5><a href="/docs/getting-started/why-onivim">Getting Started</a><a href="/docs/using-onivim/moving-in-onivim">Basic Usage</a><a href="/docs/for-developers/building">For Developers</a><a href="/docs/other/faq">FAQ</a></div><div><h5>Community</h5><a href="https://reddit.com/r/onivim">Reddit</a><a href="https://discord.gg/7maEAxV">Discord</a><a href="https://twitter.com/oni_vim" target="_blank" rel="noreferrer noopener">Twitter</a></div><div><h5>More</h5><a href="https://github.com/onivim/oni2">GitHub</a><a class="github-button" href="https://github.com/onivim/oni2" data-icon="octicon-star" data-count-href="/facebook/docusaurus/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub">Star</a></div></section><section class="copyright">Copyright © 2021 Outrun Labs, LLC</section></footer></div></body></html>
216+
</span></div></article></div><div class="docs-prevnext"><a class="docs-prev button" href="/docs/using-onivim/snippets"><span class="arrow-prev"></span><span>Snippets</span></a><a class="docs-next button" href="/docs/configuration/key-bindings"><span>Key Bindings</span><span class="arrow-next"></span></a></div></div></div><nav class="onPageNav"><ul class="toc-headings"><li><a href="#editing-the-user-settings">Editing the user settings</a><ul class="toc-headings"><li><a href="#directly-editing-the-user-settings">Directly editing the user settings</a></li></ul></li><li><a href="#configuration-settings">Configuration Settings</a><ul class="toc-headings"><li><a href="#editor">Editor</a></li><li><a href="#input">Input</a></li><li><a href="#explorer">Explorer</a></li><li><a href="#layout">Layout</a></li><li><a href="#proxy">Proxy</a></li><li><a href="#rendering">Rendering</a></li><li><a href="#ui">UI</a></li><li><a href="#vim">Vim</a></li><li><a href="#high-dpi--ui-scaling">High-DPI / UI Scaling</a></li><li><a href="#experimental">Experimental</a></li></ul></li><li><a href="#language-specific-configuration">Language-specific configuration</a></li></ul></nav></div><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/" class="nav-home" style="opacity:0"><img src="/img/logo2.png" alt="Onivim 2 User Manual" width="66" height="58"/></a><div><h5>Docs</h5><a href="/docs/getting-started/why-onivim">Getting Started</a><a href="/docs/using-onivim/moving-in-onivim">Basic Usage</a><a href="/docs/for-developers/building">For Developers</a><a href="/docs/other/faq">FAQ</a></div><div><h5>Community</h5><a href="https://reddit.com/r/onivim">Reddit</a><a href="https://discord.gg/7maEAxV">Discord</a><a href="https://twitter.com/oni_vim" target="_blank" rel="noreferrer noopener">Twitter</a></div><div><h5>More</h5><a href="https://github.com/onivim/oni2">GitHub</a><a class="github-button" href="https://github.com/onivim/oni2" data-icon="octicon-star" data-count-href="/facebook/docusaurus/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub">Star</a></div></section><section class="copyright">Copyright © 2021 Outrun Labs, LLC</section></footer></div></body></html>

0 commit comments

Comments
 (0)