Skip to content

Commit 06da0ec

Browse files
Merge pull request #219535 from derisen/fix-incorrect-toc-order
Fix incorrect TOC order causing MSAL.js reference docs to not appear in the correct place
2 parents ae4cb87 + 4bc11d0 commit 06da0ec

File tree

1 file changed

+37
-39
lines changed
  • articles/active-directory/develop

1 file changed

+37
-39
lines changed

articles/active-directory/develop/TOC.yml

Lines changed: 37 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -281,45 +281,6 @@
281281
href: scenario-spa-call-api.md
282282
- name: Move to production
283283
href: scenario-spa-production.md
284-
- name: Reference
285-
items:
286-
- name: MSAL.js
287-
displayName: Angular, JavaScript, Node.js, React
288-
items:
289-
- name: Library initialization
290-
items:
291-
- name: Init MSAL.js 2.x and 1.x clients
292-
href: msal-js-initializing-client-applications.md
293-
- name: Running and debugging in IE
294-
href: msal-js-use-ie-browser.md
295-
- name: Integrate with Azure AD B2C
296-
href: msal-b2c-overview.md
297-
- name: Authentication and single sign-on (SSO)
298-
items:
299-
- name: Single sign-on with MSAL.js
300-
href: msal-js-sso.md
301-
- name: Pass custom state in authentication requests
302-
href: msal-js-pass-custom-state-authentication-request.md
303-
- name: Prompt behavior
304-
href: msal-js-prompt-behavior.md
305-
- name: Avoid page reloads
306-
href: msal-js-avoid-page-reloads.md
307-
- name: Migration
308-
items:
309-
- name: Migrate to MSAL.js
310-
href: msal-compare-msal-js-and-adal-js.md
311-
- name: Migrate SPA from implicit to auth code flow
312-
displayName: authorization, single-page app, 2.0
313-
href: migrate-spa-implicit-to-auth-code.md
314-
- name: Logging and error handling
315-
items:
316-
- name: Logging in MSAL.js
317-
href: msal-logging-js.md
318-
- name: Handle errors and exceptions in MSAL.js
319-
displayName: handling, catch
320-
href: msal-error-handling-js.md
321-
- name: Known issues - IE and Microsoft Edge
322-
href: msal-js-known-issues-ie-edge-browsers.md
323284
- name: Web app
324285
items:
325286
- name: Web app authentication documentation
@@ -663,6 +624,43 @@
663624
href: msal-error-handling-java.md
664625
- name: Logging in MSAL for Java
665626
href: msal-logging-java.md
627+
- name: MSAL.js
628+
displayName: Angular, JavaScript, Node.js, React
629+
items:
630+
- name: Library initialization
631+
items:
632+
- name: Init MSAL.js 2.x and 1.x clients
633+
href: msal-js-initializing-client-applications.md
634+
- name: Running and debugging in IE
635+
href: msal-js-use-ie-browser.md
636+
- name: Integrate with Azure AD B2C
637+
href: msal-b2c-overview.md
638+
- name: Authentication and single sign-on (SSO)
639+
items:
640+
- name: Single sign-on with MSAL.js
641+
href: msal-js-sso.md
642+
- name: Pass custom state in authentication requests
643+
href: msal-js-pass-custom-state-authentication-request.md
644+
- name: Prompt behavior
645+
href: msal-js-prompt-behavior.md
646+
- name: Avoid page reloads
647+
href: msal-js-avoid-page-reloads.md
648+
- name: Migration
649+
items:
650+
- name: Migrate to MSAL.js
651+
href: msal-compare-msal-js-and-adal-js.md
652+
- name: Migrate SPA from implicit to auth code flow
653+
displayName: authorization, single-page app, 2.0
654+
href: migrate-spa-implicit-to-auth-code.md
655+
- name: Logging and error handling
656+
items:
657+
- name: Logging in MSAL.js
658+
href: msal-logging-js.md
659+
- name: Handle errors and exceptions in MSAL.js
660+
displayName: handling, catch
661+
href: msal-error-handling-js.md
662+
- name: Known issues - IE and Microsoft Edge
663+
href: msal-js-known-issues-ie-edge-browsers.md
666664
- name: MSAL.NET
667665
displayName: ASP.NET Core, Xamarin
668666
items:

0 commit comments

Comments
 (0)