# Homepage Navigation (https://21notion.com/en/docs/basic-feature/homepage)











## Homepage Layout

Quickly understand the layout and features of the FLO.W Template homepage through video:

<Tabs items={['Bilibili', 'YouTube']}>
  <Tab value="Bilibili">
    <BilibiliVideo url="//player.bilibili.com/player.html?isOutside=true&aid=115223889447103&bvid=BV1HtpezrEWC&cid=32460443042&p=3" width={560} height={315} autoplay={false} />
  </Tab>

  <Tab value="YouTube">
    <YoutubeVideo url="https://www.youtube.com/embed/hyTC9vubHaA?si=36zLGlcjOd7V4AN4" width={560} height={315} />
  </Tab>
</Tabs>

## Top Navigation Bar

### Navigation Bar Principle

Understand how the navigation bar works in Notion Template:

<Tabs items={['Bilibili', 'YouTube']}>
  <Tab value="Bilibili">
    <BilibiliVideo url="//player.bilibili.com/player.html?isOutside=true&aid=115223889447103&bvid=BV1HtpezrEWC&cid=32460505547&p=4" width={560} height={315} autoplay={false} />
  </Tab>

  <Tab value="YouTube">
    <YoutubeVideo url="https://www.youtube.com/embed/6VINPPe6KFw?si=q5WMxs92ODXIeqbJ" width={560} height={315} />
  </Tab>
</Tabs>

### Move Navigation Bar Position

Learn how to adjust and move the navigation bar position:

<Tabs items={['Bilibili', 'YouTube']}>
  <Tab value="Bilibili">
    <BilibiliVideo url="//player.bilibili.com/player.html?isOutside=true&aid=115223889447103&bvid=BV1HtpezrEWC&cid=32460506833&p=5" width={560} height={315} autoplay={false} />
  </Tab>

  <Tab value="YouTube">
    <YoutubeVideo url="https://www.youtube.com/embed/l8_rgyjLuRI?si=uVhEts0w3XASpIz2" width={560} height={315} />
  </Tab>
</Tabs>

## Detailed Feature Modules in Navigation Bar

In actual use, you may feel that the position of some modules is not satisfactory or appropriate enough. The following tutorial will teach you how to migrate feature module positions.

### Clarify Navigation Bar Structure

First, in the FLO.W system, all feature modules are placed in the top navigation bar. For example, the specific project subdivision features circled in the red box below

<img alt="Project management module top navigation bar structure" src={__img0} placeholder="blur" />

Expand the small triangle on the left side of "Project Navigation Bar", and you'll find that there are some identical pages inside the small triangle, as shown below

<img alt="Navigation triangle expanded revealing hidden actual page" src={__img1} placeholder="blur" />

Actually, this is where the detailed feature module "actual pages" (i.e., the page body) are stored, while the pages on the navigation bar are just a type of "page reference"

<img alt="Navigation reference page versus actual page comparison" src={__img2} placeholder="blur" />

### Change Feature Module Position

Now if I want to move the "Travel Plan" navigation bar to the "Lifestyle Module", what should I do? There are two approaches.

import { Accordion, Accordions } from 'fumadocs-ui/components/accordion';

<Accordions type="single">
  <Accordion title="Method 1: Directly Reference Page">
    Directly use the @ symbol to reference the "Travel Plan" page in the navigation bar position of "Lifestyle Module"

        <img alt="Method of using @ symbol to directly reference page" src={__img3} placeholder="blur" />

    However, doing this will add a small arrow to the referenced page icon. So if you don't want this small arrow, please use "Method 2" below.
  </Accordion>

  <Accordion title="Method 2: Move Page Then Reference (Recommended)">
    Step 01: Move page to hidden position

    First move the "actual page" of "Travel Plan" to the hidden position of "Lifestyle" navigation bar

        <img alt="Steps to move page to navigation hidden position" src={__img4} placeholder="blur" />

    **How to move the "Travel Plan" page?**

    1. Enter the "Travel Plan" page
    2. Click the three dots in the top right corner
    3. Use the "Move to" function
    4. Move the "Travel Plan" page to the "Lifestyle" page
    5. After moving, you'll find "Travel Plan" is placed at the very bottom of the "Lifestyle" page
    6. Drag "Travel Plan" to the "hidden position" in the top navigation bar

    Step 02: Reference the actual page

    Then use the @ symbol to reference the "actual page" of "Travel Plan" in the "Lifestyle" navigation bar position, so there won't be a small arrow
  </Accordion>
</Accordions>
