Replies: 3 comments 12 replies
-
I think to put it in other words, it would make sense to give information more iteratively. The current readme is overwhelming (for me personally). Usually projects/plugins give you barebone example and then put meat on top, so that you can pick what you want. The simple example you made, i think, makes most sense to start with. And then in the docs you would show how to split installed plugins into categories and why you would want to do so, how to build different versions of config, how to add lazy loading, how to set up and maintain paq, etc. |
Beta Was this translation helpful? Give feedback.
-
I have tried to generate md docs from vimdoc automatically but it did not work, and likewise I have tried to generate vimdoc from markdown and it also did not work So I settled on generating vimdoc straight to html. I am open to doing any docs reformatting that seems good, but if there is information that is duplicated between in editor and website, it should be generated into the other format from whichever it is. The majority of the docs useful to configuring after you have a setup should be accessible both from the webpage and from in the editor. All of said generation is done by this repo. It generates html from the vimdoc using nvim itself, markdown from the utils/default.nix and utils/mkOpts.nix, and then calls pandoc on all the markdown ones. https://github.com/BirdeeHub/nixCats-doc If you can find a way to restructure the vimdocs such that they are more digestible I would be very happy, and if you can find a way to have them generate to a better format on the webpage I would also be very happy. I honestly have no idea what digestible is because I know it too well, and have just done my best. I will continue to make small edits improving them over time, but I wrote a lot of info. Possibly too much. I dont know what to delete, what to move, what needs more, etc. |
Beta Was this translation helpful? Give feedback.
-
@BirdeeHub hi again, i made cursed docs for nixCats, all content is written by chatgpt. i took valtio docs as a baseline and slightly adjusted them. i could have spent more time making docs making more sense, but i think that i dont understand nixCats good enough to do them justice better than llm. you will need to self host it, but it will probably just take a single docker file. i use coolify for that. to run the thing you need to:
here is the repo, you are free to use the code however you want: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What are your thoughts on making a documentation for the project in a gitpages format? I think it could make it seem more friendly. Right now it seems like im reading ancient scrolls with sacred knowledge. And there are several links with this info. It feels a bit unstructured. Im pretty sure if you just fed it to LLM it would give you a nice set of structured md files to put in a docs format
Beta Was this translation helpful? Give feedback.
All reactions