-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggested template/folder structure to docs #58
Comments
This seems to make sense to me. I have a few questions for you
And so on.
That's a lot of questions, but I want to know more about what you need since this is a quite large request. Thanks a lot! |
Awesome.
We are doing a big project, and we have a really big subgraph. We are working to make a good documentaiton around it. I can link you to our schemas and endpoints, so you can have a better idea :) Thank you :) |
If you have a Public endpoint I can watch, I could make my mind around it. I understand what you want. I can try to implement that in the coming weeks, but if you are interested to help, it could be a good first contribution. Since this is almost completely new, it's really free of design. Although I think it's important to try to keep a generic approach that could fit for many different use-cases |
I agree with you that it's iomportant keep it generic. Right now I'm little bussy with our work implementation, but of course I would like to make a contribution here. I can fork and see how all work, but where I can start? In docs or plugins folders?
|
Thanks for sharing the endpoints. I'll have a look when I get time. I haven't had time to create a contribution guide just yet. Basically, the project has the following structure
So to do what you want, you would need to create a new starter in the starters folder (named All this may be a bit over-whelming to start with. I will try to setup a contributing guide next week and I can create an empty shell project when I get time where you could start to work when you get some time 🙂. But I could get on this feature in the coming weeks. I have a few essential features I need to complete in the existing starter before working on another one. |
Hi everyone, hope you're well.
Our team want to suggest a structure to the documentation generated by the tool. This would be awesome to us and improve how we can use and share that documentation.
Currently I have an idea around how can be the template. Since we have a lot of entities, and some of them go by "groups", we would like to have a structure where a folder contain all the doc related to X types of entities. Something like this (I will use our entities as example):
The way that I think this could be done is clasifying the entity in a desired type with a tag or identifier together with a description per entity. Something like one of these:
With this, the "type" will be use as folder name, and inside will be added all the doc of the entity that have that type. If two entities have the same type, then both md files will be added in that folder.
Hopefully make senses all :) Let me know what do you think around this.
The text was updated successfully, but these errors were encountered: