<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Get started on Docsy</title><link>https://deploy-preview-2698--docsydocs.netlify.app/fr/docs/get-started/</link><description>Recent content in Get started on Docsy</description><generator>Hugo</generator><language>fr</language><lastBuildDate>Wed, 29 Jul 2026 15:03:27 -0400</lastBuildDate><atom:link href="https://deploy-preview-2698--docsydocs.netlify.app/fr/docs/get-started/index.xml" rel="self" type="application/rss+xml"/><item><title>Other setup options</title><link>https://deploy-preview-2698--docsydocs.netlify.app/fr/docs/get-started/other-options/</link><pubDate>Wed, 08 Dec 2021 00:00:00 +0000</pubDate><guid>https://deploy-preview-2698--docsydocs.netlify.app/fr/docs/get-started/other-options/</guid><description>&lt;!-- markdownlint-disable no-blanks-blockquote --&gt;
&lt;p&gt;If &lt;a href="https://deploy-preview-2698--docsydocs.netlify.app/fr/docs/get-started/docsy-as-module/"&gt;Docsy as a Hugo Module&lt;/a&gt; doesn&amp;rsquo;t suit
your site &amp;ndash; for example, if you don&amp;rsquo;t want to install Go &amp;ndash; choose from these
setup options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://deploy-preview-2698--docsydocs.netlify.app/fr/docs/get-started/other-options/#option-1-docsy-as-a-git-submodule"&gt;Option 1: Docsy as a Git submodule&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://deploy-preview-2698--docsydocs.netlify.app/fr/docs/get-started/other-options/#option-2-clone-the-docsy-theme"&gt;Option 2: Clone the Docsy theme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://deploy-preview-2698--docsydocs.netlify.app/fr/docs/get-started/other-options/#option-3-docsy-as-an-npm-package"&gt;Option 3: Docsy as an NPM package&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;a class="td-heading-self-link" href="#prerequisites" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="install-hugo"&gt;Install Hugo&lt;a class="td-heading-self-link" href="#install-hugo" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;You need a
&lt;a href="https://github.com/gohugoio/hugo/releases"&gt;recent &lt;strong&gt;extended&lt;/strong&gt; version&lt;/a&gt;
(version 0.160.1 or later) of &lt;a href="https://gohugo.io/"&gt;Hugo&lt;/a&gt;
to do local builds and previews of sites (like this one) that use Docsy. If you
install from the release page, make sure to get the &lt;code&gt;extended&lt;/code&gt; Hugo version,
which supports
&lt;a href="https://sass-lang.com/documentation/file.SCSS_FOR_SASS_USERS.html"&gt;SCSS&lt;/a&gt;; you
may need to scroll down the list of releases to see it.&lt;/p&gt;</description></item><item><title>Deploy Docsy inside a Docker container</title><link>https://deploy-preview-2698--docsydocs.netlify.app/fr/docs/get-started/quickstart-docker/</link><pubDate>Mon, 30 Jul 2018 00:00:00 +0000</pubDate><guid>https://deploy-preview-2698--docsydocs.netlify.app/fr/docs/get-started/quickstart-docker/</guid><description>&lt;p&gt;We provide a Docker image that you can use to run and test your Docsy site
locally, without having to install all Docsy&amp;rsquo;s dependencies.&lt;/p&gt;
&lt;h2 id="install-the-prerequisites"&gt;Install the prerequisites&lt;a class="td-heading-self-link" href="#install-the-prerequisites" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;On Mac and Windows, download and install
&lt;a href="https://www.docker.com/get-started"&gt;Docker Desktop&lt;/a&gt;. On Linux, install
&lt;a href="https://docs.docker.com/engine/install/"&gt;Docker engine&lt;/a&gt; and
&lt;a href="https://docs.docker.com/compose/install/"&gt;Docker compose&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The installation may require you to reboot your computer for the changes to
take effect.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://github.com/git-guides/install-git"&gt;Install git&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="create-your-repository-from-the-docsy-example-template"&gt;Create your repository from the docsy-example template&lt;a class="td-heading-self-link" href="#create-your-repository-from-the-docsy-example-template" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The docsy-example repository provides a basic site structure that you can use as
a starting point to create your own documentation.&lt;/p&gt;</description></item><item><title>Basic site configuration</title><link>https://deploy-preview-2698--docsydocs.netlify.app/fr/docs/get-started/basic-configuration/</link><pubDate>Wed, 08 Dec 2021 09:22:27 +0100</pubDate><guid>https://deploy-preview-2698--docsydocs.netlify.app/fr/docs/get-started/basic-configuration/</guid><description>&lt;p&gt;Site-wide configuration details and parameters are defined in your project&amp;rsquo;s
&lt;a href="https://gohugo.io/configuration/introduction/#configuration-file"&gt;configuration file&lt;/a&gt; (&lt;code&gt;hugo.toml&lt;/code&gt; or &lt;code&gt;config.toml&lt;/code&gt;). These include your chosen
Hugo theme (Docsy, of course!), project name, community links, Google Analytics
configuration, and Markdown parser parameters. See the examples with comments in
&lt;a href="https://github.com/google/docsy-example/blob/main/hugo.yaml"&gt;&lt;code&gt;hugo.yaml&lt;/code&gt; in the example project&lt;/a&gt;
for how to add this information. &lt;strong&gt;We recommend copying this hugo.yaml and
editing it even if you’re just using the theme and not copying the entire Docsy
example site&lt;/strong&gt;, as it includes default values for many parameters that you need
to set for your site to build correctly.&lt;/p&gt;</description></item><item><title>Troubleshooting and known issues</title><link>https://deploy-preview-2698--docsydocs.netlify.app/fr/docs/get-started/troubleshooting/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-2698--docsydocs.netlify.app/fr/docs/get-started/troubleshooting/</guid><description>&lt;h2 id="troubleshooting"&gt;Troubleshooting&lt;a class="td-heading-self-link" href="#troubleshooting" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="missing-theme-npm-dependencies"&gt;Missing theme npm dependencies&lt;a class="td-heading-self-link" href="#missing-theme-npm-dependencies" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;For any Docsy install mode, if the theme&amp;rsquo;s npm packages aren&amp;rsquo;t available, Hugo
fails while compiling SCSS with an error like:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;TOCSS: failed to transform &amp;#34;/scss/main.scss&amp;#34; (text/x-scss):
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;File to import not found or unreadable: ../../vendor/bootstrap/scss/functions.
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To fix this, install the theme&amp;rsquo;s npm dependencies for your &lt;a href="https://deploy-preview-2698--docsydocs.netlify.app/fr/docs/get-started/"&gt;setup&lt;/a&gt;, then
rebuild:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Example-site-based projects, and sites using Docsy as an &lt;a href="https://deploy-preview-2698--docsydocs.netlify.app/fr/docs/get-started/other-options/#option-3-docsy-as-an-npm-package"&gt;NPM
package&lt;/a&gt;: run &lt;code&gt;npm install&lt;/code&gt; from your site root.&lt;/li&gt;
&lt;li&gt;Hugo module sites built from scratch: see &lt;a href="https://deploy-preview-2698--docsydocs.netlify.app/fr/docs/get-started/docsy-as-module/start-from-scratch/#install-theme-npm-dependencies"&gt;Install theme npm
dependencies&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Sites using Docsy as a &lt;a href="https://deploy-preview-2698--docsydocs.netlify.app/fr/docs/get-started/other-options/#option-1-docsy-as-a-git-submodule"&gt;Git submodule&lt;/a&gt; or a cloned theme: run
&lt;code&gt;npm run postinstall&lt;/code&gt; from &lt;code&gt;themes/docsy&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="known-issues"&gt;Known issues&lt;a class="td-heading-self-link" href="#known-issues" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The following issues are known on &lt;a href="https://deploy-preview-2698--docsydocs.netlify.app/fr/docs/get-started/troubleshooting/#macos"&gt;MacOS&lt;/a&gt; and on
&lt;a href="https://deploy-preview-2698--docsydocs.netlify.app/fr/docs/get-started/troubleshooting/#windows-subsystem-for-linux-wsl"&gt;Windows Subsystem for Linux&lt;/a&gt;:&lt;/p&gt;</description></item></channel></rss>