<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>About the project on Docsy</title><link>https://main--docsydocs.netlify.app/project/about/</link><description>Recent content in About the project on Docsy</description><generator>Hugo</generator><language>en</language><atom:link href="https://main--docsydocs.netlify.app/project/about/index.xml" rel="self" type="application/rss+xml"/><item><title>ReadMe</title><link>https://main--docsydocs.netlify.app/project/about/readme/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://main--docsydocs.netlify.app/project/about/readme/</guid><description>&lt;style&gt;
 .td-content h1#docsy { display: none; }
&lt;/style&gt;
 &lt;h1 id="docsy"&gt;Docsy&lt;a class="td-heading-self-link" href="#docsy" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;!-- markdownlint-disable no-docsy-dev-external-urls --&gt;
&lt;p&gt;Docsy is a &lt;a href="https://gohugo.io"&gt;Hugo&lt;/a&gt; theme for technical documentation sets,
providing simple navigation, site structure, and more.&lt;/p&gt;
&lt;p&gt;This is not an officially supported Google product. This project is actively
being maintained.&lt;/p&gt;
&lt;div class="td-alert td-alert--md alert alert-important" role="alert"&gt;&lt;div class="td-alert-heading alert-heading" role="heading"&gt;🚧 IMPORTANT 🚧&lt;/div&gt;
 &lt;div class="td-alert-body"&gt;
 &lt;p&gt;The &lt;code&gt;main&lt;/code&gt; branch is under development and not officially supported; use
official Docsy &lt;a href="https://github.com/google/docsy/releases"&gt;releases&lt;/a&gt;. For full support details, see &lt;a href="https://www.docsy.dev/project/about/changelog/#official-support"&gt;Official support
limits&lt;/a&gt;.&lt;/p&gt;
 &lt;/div&gt;
&lt;/div&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;p&gt;The following are basic prerequisites for using Docsy in your site:&lt;/p&gt;</description></item><item><title>Changelog</title><link>https://main--docsydocs.netlify.app/project/about/changelog/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://main--docsydocs.netlify.app/project/about/changelog/</guid><description>&lt;p&gt;We only document &lt;strong&gt;breaking changes&lt;/strong&gt; and release &lt;strong&gt;highlights&lt;/strong&gt; in this page.
For the full list of changes of any particular release, see the &lt;a href="https://github.com/google/docsy/releases"&gt;release
notes&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Useful links: &lt;a href="https://github.com/google/docsy/releases"&gt;Releases&lt;/a&gt; &amp;amp; &lt;a href="https://github.com/google/docsy/tags"&gt;tags&lt;/a&gt;, jump to the &lt;a href="https://github.com/google/docsy/releases/latest"&gt;latest&lt;/a&gt; release, and view the
&lt;a href="https://github.com/google/docsy/milestones"&gt;milestones&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="style-guide"&gt;Style guide&lt;a class="td-heading-self-link" href="#style-guide" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Use past tense when when describing releases.&lt;/li&gt;
&lt;li&gt;Generally, start each change entry with a verb (in the past tense). For
example: Added, Changed, Deprecated, Fixed.&lt;/li&gt;
&lt;li&gt;It&amp;rsquo;s ok to follow that with &amp;ldquo;you can now&amp;hellip;&amp;rdquo;. For example:
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Feature abc&lt;/strong&gt;: you can now&amp;hellip;&amp;quot;.&lt;/p&gt;</description></item><item><title>Maintainer notes</title><link>https://main--docsydocs.netlify.app/project/about/maintainer-notes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://main--docsydocs.netlify.app/project/about/maintainer-notes/</guid><description>&lt;p&gt;For our main contributing page covering license agreements, code of conduct and
more, see &lt;a href="https://main--docsydocs.netlify.app/docs/contributing/"&gt;Contributing&lt;/a&gt;. This page is for &lt;strong&gt;maintainers only&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id="publishing-a-release"&gt;Publishing a release&lt;a class="td-heading-self-link" href="#publishing-a-release" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;These notes are WIP for creating a &lt;strong&gt;release&lt;/strong&gt; from a local copy of the repo.
These instructions assume the release is v0.14.4-dev, if not adjust
accordingly.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Change directory&lt;/strong&gt; to your local Docsy repo.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Create or update a &lt;a href="https://main--docsydocs.netlify.app/project/about/changelog/"&gt;changelog&lt;/a&gt; entry&lt;/strong&gt; for v0.14.4-dev.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The section should provide a brief summary of breaking changes using the
section template at the end of the file.&lt;/li&gt;
&lt;li&gt;Ensure to remove the UNRELEASED note, if still present.&lt;/li&gt;
&lt;li&gt;You&amp;rsquo;ll create a new section for the next release in a later step.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Update the release report blog post&lt;/strong&gt; for v0.14.4-dev, if any.&lt;/p&gt;</description></item></channel></rss>