<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:16:58 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[CDRIVER-3034] Reorganize installation documentation</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-3034</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;The &lt;a href=&quot;http://mongoc.org/libmongoc/current/installing.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;install docs&lt;/a&gt; are currently split into several top-level sections:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Installing libmongoc via package manager&lt;/li&gt;
	&lt;li&gt;Installing libbson via package manager&lt;/li&gt;
	&lt;li&gt;Building on Unix&lt;/li&gt;
	&lt;li&gt;Building on macOS&lt;/li&gt;
	&lt;li&gt;Building on Windows (various configurations)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;The Unix and macOS sections discuss how to obtain the driver sources from a release tarball, but this isn&apos;t specified for Windows. Also, some Windows-specific commands appear under the Unix section.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=roberto.sanchez&quot; class=&quot;user-hover&quot; rel=&quot;roberto.sanchez&quot;&gt;roberto.sanchez&lt;/a&gt; proposed we reorganize the documentation under the following sections:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Getting the code
	&lt;ul&gt;
		&lt;li&gt;From Git (and generating version info)&lt;/li&gt;
		&lt;li&gt;Release tarball&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Building the code
	&lt;ul&gt;
		&lt;li&gt;Subsection for each platform&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Package installation instructions can likely remain as a separate, top-level section since that would bypass steps to download code and compile.&lt;/p&gt;</description>
                <environment></environment>
        <key id="720647">CDRIVER-3034</key>
            <summary>Reorganize installation documentation</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="colby.pike@mongodb.com">Colby Pike</assignee>
                                    <reporter username="jmikola@mongodb.com">Jeremy Mikola</reporter>
                        <labels>
                    </labels>
                <created>Thu, 21 Mar 2019 16:59:22 +0000</created>
                <updated>Sat, 28 Oct 2023 11:29:21 +0000</updated>
                            <resolved>Tue, 5 Sep 2023 17:38:40 +0000</resolved>
                                                    <fixVersion>1.25.0</fixVersion>
                                    <component>docs</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="5680605" author="kevin.albertson" created="Tue, 5 Sep 2023 17:38:40 +0000"  >&lt;p&gt;Resolved by &lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/pull/1371&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/pull/1371&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5627663" author="xgen-internal-githook" created="Fri, 11 Aug 2023 00:17:31 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;vector-of-bool&apos;, &apos;email&apos;: &apos;vectorofbool@gmail.com&apos;, &apos;username&apos;: &apos;vector-of-bool&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-3034&quot; title=&quot;Reorganize installation documentation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-3034&quot;&gt;&lt;del&gt;CDRIVER-3034&lt;/del&gt;&lt;/a&gt; New Installation/Getting-Started Documentation Pages (#1371)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;New documentation with new theming&lt;/li&gt;
	&lt;li&gt;Prettier structure and output:&lt;/li&gt;
&lt;/ul&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Use subdirectories for organization.&lt;/li&gt;
	&lt;li&gt;Import sphinx-design, which gives us useful components for richer HTML output.&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Migrate most of the installation docs away:&lt;/li&gt;
&lt;/ul&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;New install docs and &quot;supported platforms&quot; have been refactored and&lt;br/&gt;
  replaced.&lt;/li&gt;
	&lt;li&gt;The old &quot;installing&quot; page has been detached from the ToC and is now&lt;br/&gt;
  a placeholder referencing the new documentation pages. This will allow&lt;br/&gt;
  existing links in the wild to continue to work, while making the page&lt;br/&gt;
  itself invisible in the ToC tree.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
	&lt;li&gt;Create a howto on selecting an installation location&lt;/li&gt;
	&lt;li&gt;Clean up and clarify platform support&lt;/li&gt;
	&lt;li&gt;No dep on sphinxcontrib-moderncmakedomain:&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Add a very minimal Sphinx extension sufficient to resolve references to&lt;br/&gt;
the CMake Sphinx object inventory. We don&apos;t need any more features for&lt;br/&gt;
now.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Fix up package builds to install sphinx-design deps&lt;/li&gt;
	&lt;li&gt;Vendor external inventories semi-automatically.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;To support fully-offline builds of the documentation, vendor external&lt;br/&gt;
documentation inventories for intersphinx. These can be updated by&lt;br/&gt;
passing &apos;-D update_external_inventories=1&apos; to the sphinx-build command&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/2dc7efb8809421cd9fc4eaec23e1fd5dcd414af7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/2dc7efb8809421cd9fc4eaec23e1fd5dcd414af7&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="718547">CDRIVER-3022</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>CDRIVER-4546</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_21553" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Quarter</customfieldname>
                        <customfieldvalues>
                                        <label>FY24Q1</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|htrnjr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>