Improve docs/*.md #85
Comments
|
I am excited to work on this , Could you please assign it to me? |
|
This is like an umbrella issue. So, please create a sub task and assign yourself. |
|
Hi, can I take the first sub task? Fix typo, grammar, and/or expressions (please file a PR) Does this involve reviewing the readme.md and other md files? |
Basically, all docs/*.md files.
Sorry for confusion. I meant sub tasks are more granular ones. Unless many contributors work conflict each other, it's not so important. See #90 for example. In other words, please go ahead. |
|
I guess this is the best place to discuss this for now :) for context #221 (comment) #228 (review) So first answer to the question for documentation of RESET symbol:
Now the overall idea behind the
So now back to resettable atoms :) It's probably not a core concept, so it doesn't need an article in the introduction, but that's a pattern that could be described in the guide. Then guide has links to API reference and API reference has links back to guide if someone needs more information. And back to the overall idea :) I like how resettable atoms are documented in this branch and I think it makes sense to rewrite docs so they fall in line with that style
p.s. I tried to setup Docusaurus for the docs so that it will be faster to preview changes without having to upload it to GitHub first. It turned out to be not as easy as I was thinking :) format of the links changes, you need to add some random metadata to the markdown for it to work properly :) I was kind of expecting for it to just magically work :) this part might be relevant since the more links that we add to docs (as I did for reset stuff because before that there was just one link to |
|
@JLarky I like your idea of three categories. You can take the lead for the initial draft. That would be really helpful. (p.s. you want to join the pmndrs discord and discuss with others?) |
|
Hoping @JLarky 's work is still in progress. |
|
Sorry, I've been busy with some other stuff :) we can probably create PR as
is, without some of the changes that I planned. Also let me know if
situation with docs site has changed, I remember you mentioning some plans
to have some central place that would be run by pmndrs.
…On Thu, Jan 21, 2021, 19:26 Daishi Kato ***@***.***> wrote:
Hoping @JLarky <https://github.com/JLarky> 's work is still in progress.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#85 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAABW4XSZWWBUARTVVP7B5LS3DWABANCNFSM4SDRNHMQ>
.
|
|
Yeah, please create it as is. It would be nice if you could include the check list to show what's done and what's incomplete. |
|
I have pushed my drafts to https://github.com/JLarky/jotai/commits/new-docs-wip so that if everyone wants to continue the work they could maybe salvage some of it :) The main idea behind |
* move docs into subdirectories * cp docs/introduction/core.md docs/api/core.md * something like that as api reference * cp docs/guides/debugging.md docs/api/devtools.md * add api reference for devtool bundle * fix grammar * add docs for resettable atoms * move bigger examples to guides/resettable * provide smaller examples in API docs * rewrite guides/debugging.md in more succinct manner * fix typo * yarn prettier --write ./docs/** * did prettier version change after rebase? * fix links to docs considering new paths * chore: organize docs in readme and some tweaks Co-authored-by: daishi <daishi@axlight.com>



#83 added some drafts. we need to improve them.
There would be several levels of contributions.
Feel free to ask general questions in this issue. Also we have a channel in the pmndrs Discord server.
The text was updated successfully, but these errors were encountered: