-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Menu Docs with 404 links #1129
Comments
@AleFons I will fix that |
AmitMY
pushed a commit
to AmitMY/ionic
that referenced
this issue
Jun 2, 2017
brandyscarney
pushed a commit
to ionic-team/ionic-framework
that referenced
this issue
Jun 5, 2017
* fix(lint): unused import * fix(searchbar): caret moving to the end when typing * refactor(template): fix component template (#11839) fix #11838 * chore(issue-template): change link to new org name * docs(github): rename driftyco references to ionic-team * fix(toolbar): use the correct contrast color for MD toolbar fixes #11848 * docs(searchbar): add default values for inputs (#11856) Complete missing defaults for animated and showCancelButton. * docs(tabs): rename Angular 2 to Angular (#11837) * docs(tabs): change double quotes to single quotes (#11836) * docs(api-tabs): improved typo * Update tab.ts * docs(slides): change double quotes to single quotes (#11835) * docs(api-slides): improve typo * Update slides.ts * docs(platform): change double quotes to single quotes (#11834) * docs(nav-controller): add type to usage example (#11833) * docs(util): hide normalizeURL (#11735) * docs(checkbox): rename Angular 2 to Angular (#11831) * docs(api-checkbox): renamed Angular 2 to Angular * Update checkbox.ts * docs(checkbox): improve usage example (#11832) * docs(api-checkbox): improve typo * Update chip.ts * docs(menu): update menu-controller link Closes #11877. Closes ionic-team/ionic-site#1129 * feat(snapshot): init new "components" for global testing * feat(snapshot): add app component * feat(snapshot): add assistive touch * feat(snapshot): add more components * feat(snapshot): add more components * fix(snapshot): add trailing line * fix(snapshot): remove not working tests * fix(snapshot): correct name of group
AmitMY
added a commit
to AmitMY/ionic
that referenced
this issue
Jun 6, 2017
* fix(lint): unused import * fix(searchbar): caret moving to the end when typing * refactor(template): fix component template (ionic-team#11839) fix ionic-team#11838 * chore(issue-template): change link to new org name * docs(github): rename driftyco references to ionic-team * fix(toolbar): use the correct contrast color for MD toolbar fixes ionic-team#11848 * docs(searchbar): add default values for inputs (ionic-team#11856) Complete missing defaults for animated and showCancelButton. * docs(tabs): rename Angular 2 to Angular (ionic-team#11837) * docs(tabs): change double quotes to single quotes (ionic-team#11836) * docs(api-tabs): improved typo * Update tab.ts * docs(slides): change double quotes to single quotes (ionic-team#11835) * docs(api-slides): improve typo * Update slides.ts * docs(platform): change double quotes to single quotes (ionic-team#11834) * docs(nav-controller): add type to usage example (ionic-team#11833) * docs(util): hide normalizeURL (ionic-team#11735) * docs(checkbox): rename Angular 2 to Angular (ionic-team#11831) * docs(api-checkbox): renamed Angular 2 to Angular * Update checkbox.ts * docs(checkbox): improve usage example (ionic-team#11832) * docs(api-checkbox): improve typo * Update chip.ts * docs(menu): update menu-controller link Closes ionic-team#11877. Closes ionic-team/ionic-site#1129 * feat(snapshot): init new "components" for global testing * feat(snapshot): add app component * feat(snapshot): add assistive touch * feat(snapshot): add more components * feat(snapshot): add more components * fix(snapshot): add trailing line * fix(snapshot): remove not working tests * fix(snapshot): correct name of group
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some links in the API docs for Menu and related pages are using what seems to be an old link style; here are the ones I've found:
On https://ionicframework.com/docs/api/components/menu/Menu/ ,
two links to MenuController are linking to https://ionicframework.com/docs/v1/api/components/menu/app/MenuController , instead of https://ionicframework.com/docs/api/components/app/MenuController/
On https://ionicframework.com/docs/api/components/app/MenuController/ ,
all links to Menu are linking to https://ionicframework.com/docs/v1/api/components/app/Menu , instead of https://ionicframework.com/docs/api/components/menu/Menu/
The text was updated successfully, but these errors were encountered: