<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Docusaurus on Producthunt daily</title>
        <link>https://producthunt.programnotes.cn/en/tags/docusaurus/</link>
        <description>Recent content in Docusaurus on Producthunt daily</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Mon, 09 Jun 2025 15:32:05 +0800</lastBuildDate><atom:link href="https://producthunt.programnotes.cn/en/tags/docusaurus/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>dspy</title>
        <link>https://producthunt.programnotes.cn/en/p/dspy/</link>
        <pubDate>Mon, 09 Jun 2025 15:32:05 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/dspy/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1672057817029-2a3d1dcf18a6?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NDk0NTQxOTl8&amp;ixlib=rb-4.1.0" alt="Featured image of post dspy" /&gt;&lt;h1 id=&#34;stanfordnlpdspy&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/stanfordnlp/dspy&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;stanfordnlp/dspy&lt;/a&gt;
&lt;/h1&gt;&lt;h1 id=&#34;dspy-documentation&#34;&gt;DSPy Documentation
&lt;/h1&gt;&lt;p&gt;This website is built using &lt;a class=&#34;link&#34; href=&#34;https://docusaurus.io/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Docusaurus&lt;/a&gt;, a modern static website generator.&lt;/p&gt;
&lt;h2 id=&#34;contributing-to-the-docs-folder&#34;&gt;Contributing to the &lt;code&gt;docs&lt;/code&gt; Folder
&lt;/h2&gt;&lt;p&gt;This guide is for contributors looking to make changes to the documentation in the &lt;code&gt;dspy/docs&lt;/code&gt; folder.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Pull the up-to-date version of the website&lt;/strong&gt;: Please pull the latest version of the live documentation site via its subtree repository with the following command:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;#Ensure you are in the top-level dspy/ folder&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git subtree pull --prefix&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;docs https://github.com/krypticmouse/dspy-docs master
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Push your new changes on a new branch&lt;/strong&gt;: Feel free to add or edit existing documentation and open a PR for your changes. Once your PR is reviewed and approved, the changes will be ready to merge into main.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Updating the website&lt;/strong&gt;: Once your changes are merged to main, they need to be pushed to the subtree repository that hosts the live documentation site. This step will eventually be done automatically, but for now, please run the following command to push the updated &lt;code&gt;docs&lt;/code&gt; content to the website subtree repository:&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;#Ensure you are in the top-level dspy/ folder&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;git subtree push --prefix&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;docs https://github.com/krypticmouse/dspy-docs master
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
        </item>
        
    </channel>
</rss>
