mirror of
https://github.com/FunKey-Project/FunKey-Project.github.io.git
synced 2025-12-12 10:18:50 +01:00
change directory structure to match index
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
parent
46a48d63ac
commit
a01eba417f
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -15,4 +15,5 @@ jobs:
|
|||||||
- run: pip install mkdocs-minify-plugin
|
- run: pip install mkdocs-minify-plugin
|
||||||
- run: pip install mkdocs-section-index
|
- run: pip install mkdocs-section-index
|
||||||
- run: pip install mkdocs-exclude
|
- run: pip install mkdocs-exclude
|
||||||
|
- run: pip install mkdocs-redirects
|
||||||
- run: mkdocs gh-deploy --force --remote-branch master
|
- run: mkdocs gh-deploy --force --remote-branch master
|
||||||
|
|||||||
@ -35,10 +35,10 @@ For developers, a full [Developer's Guide][3] is included, with both
|
|||||||
Last but not least, this documentation would not be complete without a
|
Last but not least, this documentation would not be complete without a
|
||||||
[Glossary of terms][5] and an [FAQ][6] section for reference.
|
[Glossary of terms][5] and an [FAQ][6] section for reference.
|
||||||
|
|
||||||
[1]: quickstart.md
|
[1]: user_manual/quickstart.md
|
||||||
[2]: tutorials/software/firmware_update.md
|
[2]: user_manual/tutorials/software/firmware_update.md
|
||||||
[3]: developers/hardware_reference/
|
[3]: developer_guide/hardware_reference/
|
||||||
[4]: developers/software_reference/sd_card_layout/recovery_partition.md
|
[4]: developer_guide/software_reference/sd_card_layout/recovery_partition.md
|
||||||
[e5]: miscellaneous/glossary.md
|
[e5]: miscellaneous/glossary.md
|
||||||
[6]: miscellaneous/faq.md
|
[6]: miscellaneous/faq.md
|
||||||
|
|
||||||
|
|||||||
127
mkdocs.yml
127
mkdocs.yml
@ -44,9 +44,14 @@ plugins:
|
|||||||
minify_html: true
|
minify_html: true
|
||||||
- exclude:
|
- exclude:
|
||||||
glob:
|
glob:
|
||||||
- tutorials/hardware/force_shutdown.md
|
- user_manual/tutorials/hardware/force_shutdown.md
|
||||||
- tutorials/software/restore_games.md
|
- user_manual/tutorials/software/restore_games.md
|
||||||
- tutorials/software/create_themes.md
|
- user_manual/tutorials/software/create_themes.md
|
||||||
|
- redirects:
|
||||||
|
redirect_maps:
|
||||||
|
'tutorials/software/gb_palette.md' : 'user_manual/tutorials/software/gb_palette.md'
|
||||||
|
'tutorials/software/gba_bios.md' : 'user_manual/tutorials/software/gba_bios.md'
|
||||||
|
'developers/hardware_ref/buttons.md' : 'developer_guide/hardware_reference/buttons.md'
|
||||||
|
|
||||||
# Customization
|
# Customization
|
||||||
extra:
|
extra:
|
||||||
@ -123,77 +128,77 @@ markdown_extensions:
|
|||||||
nav:
|
nav:
|
||||||
- 'Overview': 'index.md'
|
- 'Overview': 'index.md'
|
||||||
- "User's Manual":
|
- "User's Manual":
|
||||||
- 'Quickstart': 'quickstart.md'
|
- 'Quickstart': 'user_manual/quickstart.md'
|
||||||
- Product Description:
|
- Product Description:
|
||||||
- 'Key Mapping': 'features/key_mapping.md'
|
- 'Key Mapping': 'user_manual/features/key_mapping.md'
|
||||||
- 'Launchers': 'features/launchers.md'
|
- 'Launchers': 'user_manual/features/launchers.md'
|
||||||
- 'Emulators': 'features/emulators.md'
|
- 'Emulators': 'user_manual/features/emulators.md'
|
||||||
- 'Standalone Games & Applications': 'features/games_apps.md'
|
- 'Standalone Games & Applications': 'user_manual/features/games_apps.md'
|
||||||
- 'FunKey Menu': 'features/funkey_menu.md'
|
- 'FunKey Menu': 'user_manual/features/funkey_menu.md'
|
||||||
- 'Folder Organization': 'features/folder_organization.md'
|
- 'Folder Organization': 'user_manual/features/folder_organization.md'
|
||||||
- 'Quick Save': 'features/quick_save.md'
|
- 'Quick Save': 'user_manual/features/quick_save.md'
|
||||||
- 'Instant Action': 'features/instant_action.md'
|
- 'Instant Action': 'user_manual/features/instant_action.md'
|
||||||
- Tutorials:
|
- Tutorials:
|
||||||
- Software:
|
- Software:
|
||||||
- 'Add New ROMs': 'tutorials/software/add_roms.md'
|
- 'Add New ROMs': 'user_manual/tutorials/software/add_roms.md'
|
||||||
- 'Add OPK Files': 'tutorials/software/add_opk.md'
|
- 'Add OPK Files': 'user_manual/tutorials/software/add_opk.md'
|
||||||
- 'Install the GBA/PS1 BIOS': 'tutorials/software/gba_bios.md'
|
- 'Install the GBA/PS1 BIOS': 'user_manual/tutorials/software/gba_bios.md'
|
||||||
- 'Change Aspect Ratio': 'tutorials/software/aspect_ratio.md'
|
- 'Change Aspect Ratio': 'user_manual/tutorials/software/aspect_ratio.md'
|
||||||
- 'Take a Snapshot': 'tutorials/software/snapshot.md'
|
- 'Take a Snapshot': 'user_manual/tutorials/software/snapshot.md'
|
||||||
- 'Firmware Upgrade': 'tutorials/software/firmware_update.md'
|
- 'Firmware Upgrade': 'user_manual/tutorials/software/firmware_update.md'
|
||||||
- 'Change Gameboy Palette': 'tutorials/software/gb_palette.md'
|
- 'Change Gameboy Palette': 'user_manual/tutorials/software/gb_palette.md'
|
||||||
# - 'Create Themes': 'tutorials/software/create_themes.md'
|
# - 'Create Themes': 'user_manual/tutorials/software/create_themes.md'
|
||||||
#- 'Restore Default Games & Emulators': 'tutorials/software/restore_games.md'
|
#- 'Restore Default Games & Emulators': 'user_manual/tutorials/software/restore_games.md'
|
||||||
- Hardware:
|
- Hardware:
|
||||||
- 'Teardown': 'tutorials/hardware/teardown.md'
|
- 'Teardown': 'user_manual/tutorials/hardware/teardown.md'
|
||||||
- 'Flash & Change micro-SD Card': 'tutorials/hardware/flash_change_sd_card.md'
|
- 'Flash & Change micro-SD Card': 'user_manual/tutorials/hardware/flash_change_sd_card.md'
|
||||||
- 'Change the Buttons': 'tutorials/hardware/change_buttons.md'
|
- 'Change the Buttons': 'user_manual/tutorials/hardware/change_buttons.md'
|
||||||
# - 'Force Shutdown': 'tutorials/hardware/force_shutdown.md'
|
# - 'Force Shutdown': 'user_manual/tutorials/hardware/force_shutdown.md'
|
||||||
- "Developer's Guide":
|
- "Developer's Guide":
|
||||||
- Hardware Reference:
|
- Hardware Reference:
|
||||||
- 'developers/hardware_reference/index.md'
|
- 'developer_guide/hardware_reference/index.md'
|
||||||
- 'Architecture': 'developers/hardware_reference/architecture.md'
|
- 'Architecture': 'developer_guide/hardware_reference/architecture.md'
|
||||||
- 'BOM': 'https://htmlpreview.github.io/?https://github.com/FunKey-Project/FunKey-S-Hardware/blob/master/BOM/ibom.html'
|
- 'BOM': 'https://htmlpreview.github.io/?https://github.com/FunKey-Project/FunKey-S-Hardware/blob/master/BOM/ibom.html'
|
||||||
- 'CPU': 'developers/hardware_reference/cpu.md'
|
- 'CPU': 'developer_guide/hardware_reference/cpu.md'
|
||||||
- Power:
|
- Power:
|
||||||
- 'Regulated DC Power Supply Topologies': 'developers/hardware_reference/power/power_supplies_topologies.md'
|
- 'Regulated DC Power Supply Topologies': 'developer_guide/hardware_reference/power/power_supplies_topologies.md'
|
||||||
- 'Multiple Power Supply Voltages': 'developers/hardware_reference/power/multiple_voltages.md'
|
- 'Multiple Power Supply Voltages': 'developer_guide/hardware_reference/power/multiple_voltages.md'
|
||||||
- 'PMIC': 'developers/hardware_reference/power/pmic.md'
|
- 'PMIC': 'developer_guide/hardware_reference/power/pmic.md'
|
||||||
- 'DRAM Power': 'developers/hardware_reference/power/dram_power.md'
|
- 'DRAM Power': 'developer_guide/hardware_reference/power/dram_power.md'
|
||||||
- 'Decoupling' : 'developers/hardware_reference/power/decoupling.md'
|
- 'Decoupling' : 'developer_guide/hardware_reference/power/decoupling.md'
|
||||||
- 'Screen': 'developers/hardware_reference/screen.md'
|
- 'Screen': 'developer_guide/hardware_reference/screen.md'
|
||||||
- 'Audio': 'developers/hardware_reference/audio.md'
|
- 'Audio': 'developer_guide/hardware_reference/audio.md'
|
||||||
- 'Buttons': 'developers/hardware_reference/buttons.md'
|
- 'Buttons': 'developer_guide/hardware_reference/buttons.md'
|
||||||
- 'SD Card': 'developers/hardware_reference/sd-card.md'
|
- 'SD Card': 'developer_guide/hardware_reference/sd-card.md'
|
||||||
- 'USB': 'developers/hardware_reference/usb.md'
|
- 'USB': 'developer_guide/hardware_reference/usb.md'
|
||||||
- 'UART': 'developers/hardware_reference/uart.md'
|
- 'UART': 'developer_guide/hardware_reference/uart.md'
|
||||||
- 'Magnetic Switch': 'developers/hardware_reference/magnetic_switch.md'
|
- 'Magnetic Switch': 'developer_guide/hardware_reference/magnetic_switch.md'
|
||||||
- Software Reference:
|
- Software Reference:
|
||||||
- 'developers/software_reference/index.md'
|
- 'developer_guide/software_reference/index.md'
|
||||||
- Boot Process:
|
- Boot Process:
|
||||||
- 'developers/software_reference/boot_process/index.md'
|
- 'developer_guide/software_reference/boot_process/index.md'
|
||||||
- 'Bootloader': 'developers/software_reference/boot_process/bootloader.md'
|
- 'Bootloader': 'developer_guide/software_reference/boot_process/bootloader.md'
|
||||||
- 'Kernel': 'developers/software_reference/boot_process/kernel.md'
|
- 'Kernel': 'developer_guide/software_reference/boot_process/kernel.md'
|
||||||
- 'Init Scripts': 'developers/software_reference/boot_process/init_scripts.md'
|
- 'Init Scripts': 'developer_guide/software_reference/boot_process/init_scripts.md'
|
||||||
- 'Shutdown Process': 'developers/software_reference/boot_process/shutdown_process.md'
|
- 'Shutdown Process': 'developer_guide/software_reference/boot_process/shutdown_process.md'
|
||||||
- SD-Card Layout:
|
- SD-Card Layout:
|
||||||
- 'developers/software_reference/sd_card_layout/index.md'
|
- 'developer_guide/software_reference/sd_card_layout/index.md'
|
||||||
- 'Partition Map': 'developers/software_reference/sd_card_layout/partition_map.md'
|
- 'Partition Map': 'developer_guide/software_reference/sd_card_layout/partition_map.md'
|
||||||
- 'Recovery Partition': 'developers/software_reference/sd_card_layout/recovery_partition.md'
|
- 'Recovery Partition': 'developer_guide/software_reference/sd_card_layout/recovery_partition.md'
|
||||||
- 'Root Filesystem Partition': 'developers/software_reference/sd_card_layout/root_filesystem_partition.md'
|
- 'Root Filesystem Partition': 'developer_guide/software_reference/sd_card_layout/root_filesystem_partition.md'
|
||||||
- 'USB Shared Partition': 'developers/software_reference/sd_card_layout/usb_shared_partition.md'
|
- 'USB Shared Partition': 'developer_guide/software_reference/sd_card_layout/usb_shared_partition.md'
|
||||||
- 'Video Processing': 'developers/software_reference/video_processing.md'
|
- 'Video Processing': 'developer_guide/software_reference/video_processing.md'
|
||||||
- 'Input Mapping': 'developers/software_reference/input_mapping.md'
|
- 'Input Mapping': 'developer_guide/software_reference/input_mapping.md'
|
||||||
- Tutorials:
|
- Tutorials:
|
||||||
- 'Access the Recovery Boot Mode': 'developers/tutorials/access_recovery.md'
|
- 'Access the Recovery Boot Mode': 'developer_guide/tutorials/access_recovery.md'
|
||||||
- 'SSH Connection over USB': 'developers/tutorials/ssh_connection.md'
|
- 'SSH Connection over USB': 'developer_guide/tutorials/ssh_connection.md'
|
||||||
- 'Serial Connection over UART': 'developers/tutorials/uart_connection.md'
|
- 'Serial Connection over UART': 'developer_guide/tutorials/uart_connection.md'
|
||||||
- Build System:
|
- Build System:
|
||||||
- 'developers/tutorials/build_system/index.md'
|
- 'developer_guide/tutorials/build_system/index.md'
|
||||||
- 'Compilation Environments': 'developers/tutorials/build_system/compilation_environments.md'
|
- 'Compilation Environments': 'developer_guide/tutorials/build_system/compilation_environments.md'
|
||||||
- 'Compile SDK': 'developers/tutorials/build_system/compile_sdk.md'
|
- 'Compile SDK': 'developer_guide/tutorials/build_system/compile_sdk.md'
|
||||||
- 'Compile Distribution': 'developers/tutorials/build_system/compile_distribution.md'
|
- 'Compile Distribution': 'developer_guide/tutorials/build_system/compile_distribution.md'
|
||||||
- 'Build Programs using SDK': 'developers/tutorials/build_system/build_program_using_sdk.md'
|
- 'Build Programs using SDK': 'developer_guide/tutorials/build_system/build_program_using_sdk.md'
|
||||||
- Miscellaneous:
|
- Miscellaneous:
|
||||||
- 'Glossary': 'miscellaneous/glossary.md'
|
- 'Glossary': 'miscellaneous/glossary.md'
|
||||||
- 'FAQ': 'miscellaneous/faq.md'
|
- 'FAQ': 'miscellaneous/faq.md'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user