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

feat: fully functional sidenav including language dropdown menu #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chalin
Copy link

@chalin chalin commented Nov 5, 2016

Included in this PR:

  • App additions:
    • NgioSidenavComponent, a first version.
      NOTE: it still uses require(...) to load data. Didn't get to changing that to an @Input. The language selection dropdown works.
    • DocInfoService (used by the sidenav).
  • App component changes: I’ve temporarily hardcoded the display of the sidenav for all pages. @ericjim can help make this conditional.
  • src/assets/documents: added full pages for docs landing and quickstart.
  • src/assets/sidenav: contains the data files used to drive the sidenav
  • gulpfile created to sync up sidenav data.

Screenshots are included below.

Doc landing page

screen shot 2016-11-05 at 3 29 13 pm

Quickstart

screen shot 2016-11-05 at 3 29 26 pm

Showing sidenav open on a Guide page

(no content for the page is defined yet)
screen shot 2016-11-05 at 3 29 47 pm

- App additions: `NgioSidenavComponent` and `DocInfoService` (used  by
the sidenav).
- App component changes: I’ve temporarily hardcoded the display of the
sidenav for all pages. @ericjim can help make this conditional.
- `src/assets/documents`: added full pages for docs landing and
quickstart.
- `src/assets/sidenav`: contains the data files used to drive the
sidenav
- gulpfile created to sync up sidenav data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant