Skip to content
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

Be able to sort articles inside of a folder (indexing system, etc.) #93

Closed
TheLarkInn opened this issue Sep 5, 2016 · 2 comments
Closed
Assignees

Comments

@TheLarkInn
Copy link
Member

TheLarkInn commented Sep 5, 2016

As a documentation writer, I should have the ability to change the sorting display on the sidebar, so that articles that flow together can be adjacent to each other. cc @bebraw

@bebraw bebraw self-assigned this Sep 5, 2016
@bebraw
Copy link
Contributor

bebraw commented Sep 5, 2016

Yeah, we should agree on a way to approach this. A linked list would work. If you could add next field to meta and point to slug through that, that would be enough for sorting. Other ideas are welcome.

@skipjack
Copy link
Collaborator

skipjack commented Sep 6, 2016

Yeah I noticed this issue too when working on the Sidebar component. next might work or maybe an order field with the title in each article with a number determining the position. I can update #79 with a fix for this once the pages array is updated.

@bebraw bebraw closed this as completed in 502d31d Sep 25, 2016
TheLarkInn pushed a commit that referenced this issue Sep 27, 2016
* feat: started /concepts/entry-points

* feat: added some initial content

* readme - Update status

* fixed the parsing of links in markdown

* feat: finished adding second example for entry-points

* feat: finished adding second example for entry-points

* feat: finished adding second example for entry-points

* feat: finished adding second example for entry-points

* chore(loader-list): added angular2-template-loader (#187)

Not sure if this order is generated before or after.

* Tweaking anchor link icon positioning

* Temporary fix for #190

* Filter out `index` from section pages

Note that you need to `npm update` for this fix since it was in Antwar
core.

Closes #190.

* content - Split up `concepts/concepts`

I realized there was information about depsgraph, modules, and even
intro level bits so I restructured this accordingly. A little cleaner
now.

* sidebar - Split up the component

Easier to manage this way as I need to add a link to the root for
intros.

* Add "introduction" link to the beginning of a sidebar

It points to the section index.

* Remove trailing spaces

* Allow sorting content

You can set `sort: <number>` now. The lower, the more important. I added
initial sorting to some concepts already.

Closes #93.

* Remove trailing spaces

* Link to introduction

* Update status

* Simplifying the Container

* Simplifying Contributors

* Updating the Footer to follow BEM

* Refactoring the Icon (now Cube) and Logo, and updating other components using the old Icon

* Updating the Navigation to follow BEM

* Updating the Page component to follow BEM

* Fixing markdown styling for the Page component's new class

* Updating the min-height calculation in the Page component

* Cleaning up and updating the Sidebar to follow BEM

* Updating the Splash component to follow BEM

* Cleaning up and updating the Sidecar to follow BEM

* Taking down and renaming the largest screen size
sallar pushed a commit to sallar/webpack.js.org that referenced this issue Oct 19, 2016
You can set `sort: <number>` now. The lower, the more important. I added
initial sorting to some concepts already.

Closes webpack#93.
sallar pushed a commit to sallar/webpack.js.org that referenced this issue Oct 19, 2016
* feat: started /concepts/entry-points

* feat: added some initial content

* readme - Update status

* fixed the parsing of links in markdown

* feat: finished adding second example for entry-points

* feat: finished adding second example for entry-points

* feat: finished adding second example for entry-points

* feat: finished adding second example for entry-points

* chore(loader-list): added angular2-template-loader (webpack#187)

Not sure if this order is generated before or after.

* Tweaking anchor link icon positioning

* Temporary fix for webpack#190

* Filter out `index` from section pages

Note that you need to `npm update` for this fix since it was in Antwar
core.

Closes webpack#190.

* content - Split up `concepts/concepts`

I realized there was information about depsgraph, modules, and even
intro level bits so I restructured this accordingly. A little cleaner
now.

* sidebar - Split up the component

Easier to manage this way as I need to add a link to the root for
intros.

* Add "introduction" link to the beginning of a sidebar

It points to the section index.

* Remove trailing spaces

* Allow sorting content

You can set `sort: <number>` now. The lower, the more important. I added
initial sorting to some concepts already.

Closes webpack#93.

* Remove trailing spaces

* Link to introduction

* Update status

* Simplifying the Container

* Simplifying Contributors

* Updating the Footer to follow BEM

* Refactoring the Icon (now Cube) and Logo, and updating other components using the old Icon

* Updating the Navigation to follow BEM

* Updating the Page component to follow BEM

* Fixing markdown styling for the Page component's new class

* Updating the min-height calculation in the Page component

* Cleaning up and updating the Sidebar to follow BEM

* Updating the Splash component to follow BEM

* Cleaning up and updating the Sidecar to follow BEM

* Taking down and renaming the largest screen size
hzuhyb pushed a commit to hzuhyb/webpack.js.org that referenced this issue Jan 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants