# Write documentation PRs not blog posts

**URL:** https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942
**Category:** Teaching & Outreach
**Tags:** discussion
**Created:** [June 28, 2023, 6:32pm UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942 "2023-06-28T18:32:11Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![Nathan\_Boyer](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nathan_boyer/32/14825_2.png) [@Nathan\_Boyer](https://discourse.julialang.org/u/Nathan_Boyer)
#### Post date: [June 28, 2023, 6:32pm UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942/1 "2023-06-28T18:32:11Z")

</div>

I will start by saying I have read many useful blog posts and course notes that have been linked on this forum, and I greatly appreciate the effort that goes into making them. The problem is they are not discoverable. It is my opinion that these guides would be much better served as a “Tutorial” or “Usage Guide” section in the official documentation for each package. I would like to have a discussion about that stance and what we can do to improve discoverability of fundamental knowledge for new users to enjoy the Julia experience faster.

It is well known (based on questions that come up on this forum) that documentation for even some of our most fundamental packages is not sufficient to get a new user comfortable using Julia efficiently: [Pkg](https://pkgdocs.julialang.org/dev/environments/), [VSCode](https://www.julia-vscode.org/docs/latest/userguide/runningcode/), [JuliaUp](https://github.com/JuliaLang/juliaup), [Revise](https://timholy.github.io/Revise.jl/stable/), [Debugger](https://github.com/JuliaDebug/Debugger.jl), [workflow](https://docs.julialang.org/en/v1/manual/workflow-tips/), [reading errors](https://docs.julialang.org/en/v1/manual/stacktraces/), etc. To me, writing Julia is easy, but [running](https://discourse.julialang.org/t/how-to-use-vscode-and-repl-to-write-and-test-a-package/78818) and [engineering](https://discourse.julialang.org/t/julia-for-prototyping-compared-to-matlab/33900/45) Julia is hard. Even after 3 years of casual Julia use, I don’t really understand these fundamentals.

Subscribing to your favorite Julia blogger is a good way to get niche tips once you are already _in_, but it is not a good way to start learning from scratch. I am really excited to see [Modern Julia Workflows](https://github.com/modernjuliaworkflows/modernjuliaworkflows.github.io) come together, mostly because it will point new Julia users to the best starting tools, but is anyone really going to find it a year from now buried [here](https://julialang.org/blog/):

 ![image](https://global.discourse-cdn.com/julialang/original/3X/3/7/3745b882f429cebee40c298e7215d2d732236767.png)

For me at least, if a sufficiently thorough and high-quality “User Guide” is not within two clicks of the GitHub README, I start to get frustrated digging around the internet trying to get something working. I think more of the great writing coming out of the community should be added directly as pages or links in the documentation. Then it is much easier to find and point people to the answers they are looking for. I just want the great content I see being linked on discourse more broadly available to new users who aren’t necessarily plugged in to the Julia community, and I am hoping to start a movement and discussion in that direction.

**Some Obvious Retorts:**

- _Documentation is for reference not long-form instruction!_  
Both can coexist (on the same website).

- _Blogs are opinionated. Documentation can’t be: requires public consensus!_  
Who cares if a method different from the one you personally use is the officially documented one? You could add an “alternative workflow” page or make the documentation a list of links to several differing external resources. Just give people an easy and popular option to get them started. An opinionated guide is better than no guide!

- _Blogs can discuss a broader ecosystem. Documentation must have a focused scope!_  
I will admit that the broadest cases (something like “Machine Learning with Statistical Datasets”) is better as a separate blog or course, but common and simple use cases could benefit from having a dedicated page or even separate documentation (linked to from both READMEs) on “Using SomePackage with OtherPackage”.

- _If you are so unhappy with the documentation, then fix it yourself!_  
– I try here and there, but I am only one man. There is a lot of documentation to improve.  
– There are [hurdles](https://discourse.julialang.org/t/lowering-the-bar-for-beginner-contributions/80355/12) that sometimes prevent a novice like me from contributing.  
(I’m not sure that the remedy for the first three topics in that link ever did find a good home.)  
– The end result would be much better if the whole community was committed to generating great content in these few focused, accessible locations together.

---

<div class="post-metadata">

### Author: ![adienes](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/adienes/32/37459_2.png) [@adienes](https://discourse.julialang.org/u/adienes)
#### Post date: [June 28, 2023, 6:58pm UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942/2 "2023-06-28T18:58:30Z")

</div>

> [@Nathan\_Boyer](#):
>
> An opinionated guide is better than no guide!

In fact, I often observe that some of the most popular frameworks / style guides, etc. etc. are _highly_ opinionated!

---

<div class="post-metadata">

### Author: ![frylock](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/frylock/32/50213_2.png) [@frylock](https://discourse.julialang.org/u/frylock)
#### Post date: [June 28, 2023, 7:26pm UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942/3 "2023-06-28T19:26:20Z")

</div>

Like the [black](https://github.com/psf/black) formatter for Python. It is minimally configurable and very popular.

I think it gets its name from a quote attributed to Henry Ford: “the customer can have the car in any color they want, as long as that color is black.”

---

<div class="post-metadata">

### Author: ![GregVernon](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gregvernon/32/5611_2.png) [@GregVernon](https://discourse.julialang.org/u/GregVernon)
#### Post date: [June 28, 2023, 11:48pm UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942/4 "2023-06-28T23:48:16Z")

</div>

> [@Nathan\_Boyer](#):
>
> Documentation is for reference not long-form instruction!

I’m a fan of “The Grand Unified Theory of Documentation” described on Divio’s website:

> **[Documentation System](https://documentation.divio.com/)**
>
> Find the software documentation system for Divio. Includes comprehensive tutorials, how-to guides, technical reference and explanation. Learn more here.

 ![image](https://global.discourse-cdn.com/julialang/original/3X/3/9/3909b1bdd24b5bab640418b557c38e642c25b89a.png)

---

<div class="post-metadata">

### Author: ![mkitti](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mkitti/32/12459_2.png) [@mkitti](https://discourse.julialang.org/u/mkitti)
#### Post date: [June 29, 2023, 12:08am UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942/5 "2023-06-29T00:08:03Z")

</div>

I would just say “Write documentation PRs”. If you see a blog post and want that content in the documentation, just create a pull request to modify the documentation. For example,

> <https://github.com/JuliaLang/PrecompileTools.jl/pull/20>
>
> Fix: #18

---

<div class="post-metadata">

### Author: ![stevengj](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stevengj/32/71_2.png) [@stevengj](https://discourse.julialang.org/u/stevengj)
#### Post date: [June 29, 2023, 1:42am UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942/6 "2023-06-29T01:42:10Z")

</div>

> [@mkitti](#):
>
> If you see a blog post and want that content in the documentation, just create a pull request to modify the documentation.

Note that if you copy/modify someone else’s blog post and create a documentation PR from it, it is likely that you are violating copyright law — please ask permission first!

---

<div class="post-metadata">

### Author: ![Nathan\_Boyer](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nathan_boyer/32/14825_2.png) [@Nathan\_Boyer](https://discourse.julialang.org/u/Nathan_Boyer)
#### Post date: [June 29, 2023, 1:54pm UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942/7 "2023-06-29T13:54:51Z")

</div>

That is a great breakdown of why different types of documentation are needed! Ideally, we would have all four covered and accessible for the most popular packages, maybe even broken into those groupings.

Taking plotting packages as an example, usually there is a

- Tutorial → Tutorials
- Gallery → How-To Guides
- Manual → Reference
- API → Reference

That is decent coverage except:

- Little to no Explanation
- References not comprehensive - not all methods and possible kwargs/values listed
- Tutorials not comprehensive - usually just a handful covering the basics

On the other hand, the Pkg, VSCode, JuliaUp, Debugger, and other environment-type documentation is almost entirely Reference, which is why I think they need the most work.

---

<div class="post-metadata">

### Author: ![Nathan\_Boyer](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nathan_boyer/32/14825_2.png) [@Nathan\_Boyer](https://discourse.julialang.org/u/Nathan_Boyer)
#### Post date: [June 29, 2023, 1:57pm UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942/8 "2023-06-29T13:57:34Z")

</div>

This is a good reason why I think it makes more sense for the authors to interact with the core documentation directly, rather than involving a middle man.

Related:

> [@This month in Julia world - 2023-06](https://discourse.julialang.org/t/this-month-in-julia-world-2023-06/100906/4):
>
> Just to say that the discussion about saving knowledge from the slack hole has been had many times over on slack and the consensus was generally that people post on slack on the assumption that it is ephemeral, and content therefore shouldn’t be permanently published somewhere without consent.

---

<div class="post-metadata">

### Author: ![mkitti](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mkitti/32/12459_2.png) [@mkitti](https://discourse.julialang.org/u/mkitti)
#### Post date: [June 29, 2023, 4:30pm UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942/9 "2023-06-29T16:30:26Z")

</div>

Two points on this.

1. If the core developers of the package are also the authors of the blog post, a pull request can be a formal way to seek permission to reuse the text or content. If the blog author is a third party, they can also be tagged in the pull request and explicitly asked for permission.

I would be extremely transparent about where content originates from and who wrote it. It’s also possible to restate or paraphrase the content, although this must be done carefully.

1. While the core developers are likely the most qualified to write the documentation, they probably have the least amount of time to write it. They are likely also the most qualified to write new code.

If there is something I can do to provide a developer with a one-click merge button to advance the state the project, _I_ figure out how to do it. If cannot, I create an issue.

Adapting, John F. Kennedy’s phrasing “Ask not what open source core developers can do for you – ask what you can do for your open source core developers”.

Yes, I acknowledge the hurdles above, but I think there are ways to lower them. One tactic I have used is to solciit documetation help here on Discourse.

For example, see

> [@Updating documentation for Interpolations.jl v0.14](https://discourse.julialang.org/t/updating-documentation-for-interpolations-jl-v0-14/84082):
>
> Hello. I’m the current maintainer of [Interpolations.jl](https://github.com/JuliaMath/Interpolations.jl). We recently released [v0.14.0](https://github.com/JuliaMath/Interpolations.jl/releases/tag/v0.14.0). I would like to follow up with a point release with a focus on the documentation, and I could use your help. [JuliaHub tells me that there were 9300 new users in the last 30 days.](https://juliahub.com/ui/Packages/Interpolations/VpKVx/0.14.0) I’ve started some changes via this [pull request #499](https://github.com/JuliaMath/Interpolations.jl/pull/499). Here is a preview: Documentation: [Home · Interpolations.jl](https://juliamath.github.io/Interpolations.jl/previews/PR499/) README.md: [Interpolations.jl/README.md at mkitti/update\_docs · JuliaMath/Interpolations.jl · GitHub](https://github.com/JuliaMath/Interpolations.jl/blob/mkitti/update_docs/README.md) NEWS.md: [Interp…](https://github.com/JuliaMath/Interpolations.jl/blob/mkitti/update_docs/NEWS.md)

---

<div class="post-metadata">

### Author: ![Nathan\_Boyer](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nathan_boyer/32/14825_2.png) [@Nathan\_Boyer](https://discourse.julialang.org/u/Nathan_Boyer)
#### Post date: [June 29, 2023, 8:21pm UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942/10 "2023-06-29T20:21:45Z")

</div>

> [@mkitti](#):
>
> “Ask not what open source core developers can do for you – ask what you can do for your open source core developers”

Yes, I’m on board. I just wish the large number of users with a skill level between `core_dev` and `me`, that already understand the concepts and are already writing teaching material, would also help.

> [@mkitti](#):
>
> I acknowledge the hurdles above, but I think there are ways to lower them.

Maybe simplified GitHub navigation is the best thing to start documenting then.

---

<div class="post-metadata">

### Author: ![Datseris](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/datseris/32/13406_2.png) [@Datseris](https://discourse.julialang.org/u/Datseris)
#### Post date: [June 30, 2023, 10:30am UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942/11 "2023-06-30T10:30:40Z")

</div>

The only thing I can contribute here is that I couldn’t possible agree more with the OP!!!

---

<div class="post-metadata">

### Author: ![jacobusmmsmit](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jacobusmmsmit/32/217669_2.png) [@jacobusmmsmit](https://discourse.julialang.org/u/jacobusmmsmit)
#### Post date: [June 30, 2023, 10:44am UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942/12 "2023-06-30T10:44:12Z")

</div>

and that’s coming from someone whose package has (some of) [the best documentation](https://juliadynamics.github.io/Agents.jl/stable/tutorial/) in the entire Julia ecosystem.

---

<div class="post-metadata">

### Author: ![Ashwani\_Rathee](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ashwani_rathee/32/49551_2.png) [@Ashwani\_Rathee](https://discourse.julialang.org/u/Ashwani_Rathee)
#### Post date: [June 30, 2023, 11:01am UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942/13 "2023-06-30T11:01:45Z")

</div>

For real, for real! @Datseris got real good documentation skills! I was just watching his good scientific code related workshop today morning to learn to code better: [Good Scientific Code Workshop - YouTube](https://www.youtube.com/watch?v=x3swaMSCcYk&pp=ygUbZ29vZCBjb2RlIHdvcmtzaG9wIGRhdHNlcmlz)

---

<div class="post-metadata">

### Author: ![Datseris](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/datseris/32/13406_2.png) [@Datseris](https://discourse.julialang.org/u/Datseris)
#### Post date: [June 30, 2023, 11:09am UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942/14 "2023-06-30T11:09:31Z")

</div>

I would say, the documentation section of the Good Scientific Workshop tries to teach a similar concept as what the OP asks for, but also what @GregVernon cited. In the workshop I talk about this in terms of “several layers of exposition depth”

 ![image](https://global.discourse-cdn.com/julialang/original/3X/b/4/b4bf3d25b3c3ee07558797de3ba1b51aa69c8357.png)

I.e., that a good documentation is a mix of everything: summarizing concepts, teaching via tutorials, real world examples, and of course, the actual reference.

I can see now that an alternative and attractive way to say the same thing is via the “Grand Unified Theory of Documentation”. So Thanks @GregVernon for sharing this, I have just added one more slide to the workshop about this concept!

---

<div class="post-metadata">

### Author: ![gdalle](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gdalle/32/27854_2.png) [@gdalle](https://discourse.julialang.org/u/gdalle)
#### Post date: [June 30, 2023, 12:04pm UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942/15 "2023-06-30T12:04:44Z")

</div>

As one of the [persons behind ModernJuliaWorkflows](https://discourse.julialang.org/t/seeking-feedback-blog-post-about-modern-julia-workflows/100324), I can only agree with @Nathan_Boyer that the ideal format would be additional documentation.  
I will outline some of the reasons (more or less valid) that made me choose a blog post instead. Note that I am open to discussion and that nothing is set in stone yet.

## Scale

With this project, we’re simultaneously trying to hit a very narrow target (only workflow tools, no domain-specific advice) and a very broad one (all the workflow tools ever created). The corresponding content in the Julia documentation is scattered across many different pages: [getting started](https://docs.julialang.org/en/v1/manual/getting-started/), [documentation](https://docs.julialang.org/en/v1/manual/documentation/), [performance tips](https://docs.julialang.org/en/v1/manual/performance-tips/), [workflow tips](https://docs.julialang.org/en/v1/manual/workflow-tips/), [FAQ](https://docs.julialang.org/en/v1/manual/faq/) and a whole lot more. Updating all of this in a coherent and synchronous manner, without duplicates or contradiction, would result in a humongous PR, that no one would want to review, and it would take literal months.

Centralizing the content in a small blog allows a few writers (for now including @jacobusmmsmit, Adrian Hill and myself) to get it up and running much more easily, until we reach a coherent result. After that, **nothing would make me happier than seeing people turn the content of the blog into documentation pages** , perhaps in smaller chunks. Consider my permission granted to copy everything from there into the official docs (I’ll also add it to the blog front page).

## Modernity

The claim “Modern Julia Workflows” can only hold true for a limited period of time. New packages emerge monthly, and keeping such a list up-to-date is, again, a huge endeavor that I don’t want to commit to.  
Many parts in the Julia documentation are outdated but not marked as such. The upside of a blog post is that there is a timestamp: “this was the state of the art in the summer of 2023, but maybe things have changed since then”.

## Recognition

I spend lots of time contributing to the Julia ecosystem, and as most of us know, it’s a thankless job. Especially in academia, where open source development is not regarded as worthy of our time or effort. So I must admit, having my name on a blog post (instead of an obscure docs PR) was a sweet and motivating prospect. That is definitely a questionable motive, but 🤷

---

<div class="post-metadata">

### Author: ![GenerallyClueless](https://avatars.discourse-cdn.com/v4/letter/g/c37758/32.png) [@GenerallyClueless](https://discourse.julialang.org/u/GenerallyClueless)
#### Post date: [June 30, 2023, 12:40pm UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942/16 "2023-06-30T12:40:36Z")

</div>

I also want to add that documentation should be a MANAGED process. Julia is rapidly changing and there are many examples of Julia code, installation instructions, etc. that are outdated. This is not out of the ordinary. It would be really good if those contributors that create examples maintain and update those examples as time goes on. Eventually this will take less and less time as the language and various libraries become more mature.

---

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [June 30, 2023, 12:45pm UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942/17 "2023-06-30T12:45:59Z")

</div>

The Julia manual (and most manuals for programming languages) are more in the Explanation / Reference part of that square. For tutorials and guides, I think those are better off in a separate place, similar to the split between the rust book ([The Rust Programming Language - The Rust Programming Language](https://doc.rust-lang.org/book/)) and the API documentation ([std - Rust](https://doc.rust-lang.org/beta/std/index.html)).

---

<div class="post-metadata">

### Author: ![Datseris](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/datseris/32/13406_2.png) [@Datseris](https://discourse.julialang.org/u/Datseris)
#### Post date: [June 30, 2023, 2:31pm UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942/18 "2023-06-30T14:31:27Z")

</div>

> [@gdalle](#):
>
> I spend lots of time contributing to the Julia ecosystem, and as most of us know, it’s a thankless job. Especially in academia, where open source development is not regarded as worthy of our time or effort. So I must admit, having my name on a blog post (instead of an obscure docs PR) was a sweet and motivating prospect. That is definitely a questionable motive, but

That is a fair perspective, but I think it is all about how you present your work. I do not agree that open source development is not regarded as worthy in _today’s_ academia. It is not regarded as the only worth, but nowadays it is clear that having open source contributions matters positively in academia. Still not as positively as papers, but definitely positively.

I can offer a counter-argument that may make you reconsider:

It’s true that contributing to an existing piece of work means you are not contributing to your own name. However, by contributing to an existing piece, you become part of this piece. Let’s say that 10,000 users (which is thankfully by now a measurable number) use packages A,B,C and you have become a significant contributor to these three packages by doing lots of pull requests. You cannot claim that these packages are your work but you can claim that you have provided accessibility and improved them in a meaningful way. You can also prove collaboration skills as well in this way, as if you contribute often people get to know you and can vouch for you.

The alternative way is that you do not become part of these packages but you have your own blogpost. First, how do you establish the impact of this blogpost? I guess you could measure the readership, but it is not as concrete as package usage. But in any case, it is unlikely that the readership of a blogpost about a package would be higher than the users of the package itself, so in the numbers game you will be at a loss. In this path, people also get to know you, but it would be hard to vouch for you, because here the people that get to know you are front-end users, while in the previous scenario they are the developers, and therefore their “vouching” counts more when it comes to evaluation.

So, the question is, what would you value more in an imaginary application of your self to your self:

- I have written my own blog posts
- I am part of something larger

To put it in an academic allegory, which one would you value more:

- I’ve written my own papers without co-authors but with few citations
- I am part of papers with a handful of co-authors but with a lot of citations

You can argue for advantage of either, so I really think it is up to how you present your work. If I’d present documentation improvements I would say “I had a lasting impact on the quality and accessibility of a software by directly improving its documentation (which is the starting point for most users). This way I also learned to work with the core dev team.” which for me personally is a stronger statement than “I have a clear knowledge of a software and I can share this knowledge with others that may come across my blog”.

> [@gdalle](#):
>
> The upside of a blog post is that there is a timestamp:

I think it is a good idea to add the same timestamps in the examples of a documentation, if you could foresee that they may break in the future. I haven’t done it so far, but now that you mention it, I definitely should. Or perhaps I could use Documenter.jl/Literate.jl to put an automatic stamp of when the code was run last.

---

<div class="post-metadata">

### Author: ![Datseris](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/datseris/32/13406_2.png) [@Datseris](https://discourse.julialang.org/u/Datseris)
#### Post date: [June 30, 2023, 2:33pm UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942/19 "2023-06-30T14:33:29Z")

</div>

> [@kristoffer.carlsson](#):
>
> For tutorials and guides, I think those are better off in a separate place, similar to the split between the rust book

That is interesting. I would also agree that tutorials should be separated from the reference/API, however, I am not sure I understand the argument of why they have to be in completely separate websites. The tutorials can be one page, the examples another page, the API a third page, all of a single documentation and all cross-linked with each other. @kristoffer.carlsson what’s your reasoning for preferring the separate places?

---

<div class="post-metadata">

### Author: ![mrufsvold](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mrufsvold/32/31600_2.png) [@mrufsvold](https://discourse.julialang.org/u/mrufsvold)
#### Post date: [June 30, 2023, 5:58pm UTC](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942/20 "2023-06-30T17:58:45Z")

</div>

I don’t think they need to be on separate websites, but I do think the Rust community really benefits from having a place to point newbies that is solely focused on on ramping. There is no tab at the top that links or to technical API stuff, so there are fewer places for some to accidentally go out of their depth and feel overwhelmed.

Doesn’t have to be a different url persay, but the UI does matter.

[Next page](https://discourse.julialang.org/t/write-documentation-prs-not-blog-posts/100942.md?page=2)
