docs VS intro

Compare docs vs intro and see what are their differences.

docs

OpenSauced documentation built with docusaurus (by open-sauced)

intro

an introduction to open source and guide through the process of contributing to projects. (by open-sauced)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
docs intro
5 16
67 421
- 10.0%
9.0 8.9
6 days ago 6 days ago
JavaScript HTML
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

docs

Posts with mentions or reviews of docs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-30.
  • Job Seekers Worksheet: Build Your Resume with Open Source
    1 project | dev.to | 30 Nov 2023
    Feel free to share and adapt this worksheet. We super stoked that @codergirl1991 is working on an issue for how to use OpenSauced for job seekers. So if there's more you'd like to see, let us know!
  • What to do when your PR fails
    2 projects | dev.to | 30 Nov 2023
    Yesterday, I decided to make some "quick" changes to the OpenSauced docs site. Now, I know that "quick changes" is essentially a bad word in tech. Anytime you say it, it will indeed not be quick. I wrote up a quick issue that described reorganizing a couple of things and adding a quick intro page. I made the changes, wrote the page, pushed my changes, and made the Pull Request (PR), only to see that I failed. Ugh. It was quick, but it wasn't right. Not really having the time to dig into it, I left my PR open and determined to get back to it the next day. Understanding why a project is failing may look different depending on how it is set up. For us, we're going to look at implementation errors, compliance issues, check the deploy log.
  • Strategies for Successful Contributor Onboarding
    3 projects | dev.to | 27 Nov 2023
    At OpenSauced, we’ve been working to curate a contributor journey that allows for contributors to grow. We have repositories made for new contributors, like our Intro Course, pizza-verse, and guestbook. We also include good first issue labels on some of the issues in our app, which is generally geared towards someone leaving the new stage and entering the intermediate stage. In the same way, our docs repo has a variety of issues open to different levels. And finally, there’s always space for our expert contributors across the repositories.
  • Generate PDF handbook with Docusaurus using GitHub Actions
    10 projects | dev.to | 7 Dec 2021
    Yaml file link: @open-sauced/docs.opensauced.pizza/main/.github/workflows/release.yml
  • How to lint PRs and welcome contributors using GitHub Actions
    6 projects | dev.to | 7 Dec 2021
    The full workflow is available here: .github/workflows/compliance.yml

intro

Posts with mentions or reviews of intro. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-29.
  • The Secret Recipe to Getting Your Pull Requests Reviewed (and Merged) Faster
    1 project | dev.to | 23 Apr 2024
    Walk reviewers through your code, highlighting your changes' "what" and "why." Be generous with examples and explanations. Think of it as a user guide for your changes. If your PR contains several changes, as in this example, consider using bullet points or checklists. Bottom line: The PR description should give reviewers an immediate understanding of your changes.
  • Who's looking for open source contributors? (week 66)
    1 project | dev.to | 5 Apr 2024
    If you're new to open source, and you're not sure where to start, check out our Intro to Open Source course. We recently created a new feature for Repository Pages, so if you want to see how your repository has progressed, you can go to:
  • How to Build Your Open Source Dream Team: A Guide
    1 project | dev.to | 19 Mar 2024
    If you like this post, watch our Intro repo where we'll be launching a new intro course for maintainers soon!
  • OpenSauced: Nurturing Open Source Collaboration and Growth
    3 projects | dev.to | 29 Feb 2024
    As one of the docs maintainers for OpenSauced, I find it helpful to track our docs team to make sure I'm supporting them and to see the progress we're making. (You'll see some huge work shipped from this team in the next couple of weeks on the Intro Repo, when we launch our maintainer course!)
  • Strategies for Successful Contributor Onboarding
    3 projects | dev.to | 27 Nov 2023
    At OpenSauced, we’ve been working to curate a contributor journey that allows for contributors to grow. We have repositories made for new contributors, like our Intro Course, pizza-verse, and guestbook. We also include good first issue labels on some of the issues in our app, which is generally geared towards someone leaving the new stage and entering the intermediate stage. In the same way, our docs repo has a variety of issues open to different levels. And finally, there’s always space for our expert contributors across the repositories.
  • Hacktoberfest 2023: First Experience as a Maintainer
    15 projects | dev.to | 20 Oct 2023
    This guestbook is a place for people who have taken OpenSauced's Intro to Open Source course to take their first steps into contributing to open source.
  • Setting Up Your First GitHub Action for Specific Contributions
    2 projects | dev.to | 17 Oct 2023
    - name: Post comment for course contributors if: contains(github.event.pull_request.title, 'as a contributor') run: | PR_COMMENT="Congratulations on completing Chapter 5 of the Intro to OSS Course with your contribution to this repository! You're almost to the end of the course. Create a [highlight](https://app.opensauced.pizza/feed) of your contribution to our guestbook using the instructions in [chapter 6](https://github.com/open-sauced/intro/blob/main/06-the-secret-sauce.md) and share it with us!" curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -X POST -d "{\"body\":\"$PR_COMMENT\"}" "https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments"
  • Who's looking for open source contributors? (week 55)
    1 project | dev.to | 18 Aug 2023
    If you're new to open source, and you're not sure where to start, check out our Intro to Open Source course.
  • From Banking Sales to Software Success: A Journey of Passion and Perseverance
    1 project | dev.to | 16 Aug 2023
    Yet, technical prowess was only a part of my journey. I was drawn into the enchanting realm of open-source development. It was as if I had stumbled upon a hidden treasure trove of collaboration and innovation. With bated breath, I clicked on a link that read https://github.com/open-sauced/intro. Little did I know that this click would forever alter the course of my story.
  • The Power of Git: A Guide to Collaborative Version Control
    1 project | dev.to | 17 Jul 2023
    If you want to get some hands-on experience using git, check out OpenSauced's Intro to Open Source Course or sign-up for one of our workshops that are listed on the bottom of our #100DaysOfOSS Challenge docs.