-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
docs: improve the structure of "Behind the scenes" sidebar + find a better name #5776
Comments
Given the discussions above, I tested with several plans: Rename "Behind the scene"The preview is pretty straightforward, just a name change. Choice 1: rename to "Concepts"Choice 2: rename to "Fundamental"Reorganize items(Personal opinion: New plans are much better than the current layout. I don't get lost for either of them.) AlphabeticalList items from a-->z. (Personal opinion: Good when have less items.) SubsectionsOrganize by categories. (Personal opinion: Good when have large number of items.) DISCUSSIONLet's first discuss and agree on the choices:
cc @strongloop/loopback-ibmers May I get more reviews and opinions about your preferences? 🙇♀️ |
Thanks for kicking it off! I like the name "Concepts". As for organization, I think subsections by category with alphabetical order is better in the matter of navigation. |
|
Exactly. |
Thank you @jannyHou for the screenshots of different versions, they make it easier to compare different proposals 👏🏻 Regarding the new name: the purpose of this section is to explain concepts. Quoting from https://documentation.divio.com/explanation/:
I feel the name "fundamentals" is too narrow, we want to include information for non-fundamental topics too. The name "Concepts" looks reasonable to me 👍🏻 Maybe "Concepts & explanations" would be even better? As for organization of the pages, I vote for category-based subsections containing pages in alphabetical order. A picture from your proposal that I like: I don't have a strong opinion on how to organize individual pages, I am fine to adopt Raymond's proposal from #5776 (comment). |
Great so we all like the following plan:
Thanks everyone, PR coming |
Related PR merged, closing |
At the moment, "Behind the scenes" contains a list of topics in a seemingly random order.
Let's find a better organization of the items in this list.
Ideas to consider:
Sort the entries from A to Z, possibly keeping "Crafting LoopBack 4" at the top
Reorganize the entries into subsection aligned around different usage scenarios or architecture layer they belong to: Build REST APIs, Access databases, Access existing services, Authentication/authorization, Cloud native, Dependency Injection & IoC, etc.
Quoting [docs] Adopt four-quadrant documentation system #5718 (comment):
We should update the contents of "Behind-the-scene.md" accordingly too.
See also:
While we are discussing "Behind the scenes", let's try to find a better name for this section too (see the discussion in #5718 for more details).
This story is a part of #5113 Documentation improvements 2020Q3
Acceptance criteria
The text was updated successfully, but these errors were encountered: