Lines Matching refs:page
13 import { HeadingsContext } from '~/components/page-higher-order/withHeadingManager';
26 node('page', { name: 'Introduction', href: '/introduction' }),
27 node('page', { name: 'Create a new app', href: '/introduction/create-new-app' }),
28 node('page', { name: 'Errors and debugging', href: '/introduction/not-that-great-tbh' }),
32 node('page', { name: 'Styling text', href: '/tutorial/first-steps/styling-text' }),
33 node('page', { name: 'Adding an image', href: '/tutorial/first-steps/adding-images' }),
34 node('page', { name: 'Creating a button', href: '/tutorial/creating-button' }),
37 node('page', { name: 'Building for store', href: '/build/eas-build' }),
38 node('page', { name: 'Submitting to store', href: '/build/eas-submit' }),
41 node('page', { name: 'Create Flutter apps', href: '/parallel-universe/flutter' }),
42 node('page', { name: 'Create websites', href: '/parallel-universe/ionic' }),
43 node('page', { name: 'Create broken apps', href: '/parallel-universe/microsoft-uwp' }),
96 it('finds active page in list', () => {
99 page: getNode(section, { name: 'Create a new app' }),
105 it('finds active page and group in list', () => {
108 page: getNode(section, { name: 'Submitting to store' }),
114 it('finds active page, group, and section in list', () => {
116 page: getNode(nodes, { name: 'Styling text' }),
124 page: null,