Skip to content

Commit 3e3715a

Browse files
DominikaKmere-teresa
authored andcommitted
Page structure (#1)
Adds mkdocs.yml with very initial config and page structure. Note: some page names are different than the originals in Confluence and some pages will be combined. Comments show which existing pages should be included in which files.
1 parent 6d8b6b4 commit 3e3715a

File tree

1 file changed

+146
-0
lines changed

1 file changed

+146
-0
lines changed

mkdocs.yml

Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
1+
site_name: eZ Platform Developer Documentation
2+
repo_url: https://github.com/ezsystems/developer-documentation
3+
copyright: "Copyright 1999-2017 eZ Systems AS and others"
4+
pages:
5+
- 'Documentation': 'index.md'
6+
- Getting started:
7+
- 'Get started with eZ Platform': 'getting_started/get_started_with_ez_platform.md'
8+
- 'Requirements and system configuration': 'getting_started/requirements_and_system_configuration.md'
9+
- Installation:
10+
- 'Install eZ Platform': 'getting_started/install_ez_platform.md'
11+
- 'Install using Composer': 'getting_started/install_using_composer.md'
12+
- 'Install manually': 'getting_started/install_manually' # Incl. installation_guide_for_os_x, installation_guide_for_unix_based_systems, setup_folder_rights, set_up_swap_on_debian_8.x, manual_installation_on_windows
13+
- 'Install using Docker': 'getting_started/install_using_docker.md'
14+
- 'Starting eZ Platform': 'getting_started/starting_ez_platform.md' # Incl. starting_ez_platform, web_server, phps_built_in_server, hello_world!
15+
- 'Troubleshooting': 'getting_started/troubleshooting.md' # Incl. avoiding_problems
16+
- Going deeper:
17+
- 'eZ Platform features': 'getting_started/ez_platform_features.md' # Incl. ez_platform_features, ez_platform_demo, using_composer_to_install_the_demo, taking_a_look_around
18+
- 'eZ Enterprise': 'getting_started/ez_enterprise.md' # Incl. get_started_with_ez_enterprise, ez_enterprise_features
19+
- 'About Composer': 'getting_started/about_composer.md' # Incl. using_composer, composer_for_frontend_developers, composer_for_system_administrators
20+
- Tutorials:
21+
- eZ Platform Beginner tutorial:
22+
- 'Building a bicycle route tracker in eZ Platform': 'tutorials/platform_beginner/building_a_bicycle_route_tracker_in_ez_platform.md'
23+
- '1. Getting ready': 'tutorials/platform_beginner/1_getting_ready.md'
24+
- '2. Creating your content model': 'tutorials/platform_beginner/2_creating_your_content_model.md'
25+
- '3. Customizing the general layout': 'tutorials/platform_beginner/3_customizing_the_general_layout.md'
26+
- '4. Displaying content of a ride': 'tutorials/platform_beginner/4_displaying_content_of_a_ride.md'
27+
- '5. Displaying the list of rides on the homepage': 'tutorials/platform_beginner/5_displaying_the_list_of_rides_on_the_homepage.md' # Incl. step_2_-_display_the_list_of_rides_on_the_homepage, congrats, part_3_adding_features
28+
- eZ Enterprise Beginner tutorial:
29+
- 'eZ Enterprise beginner tutorial - It&#39s a dog&#39s world!': 'tutorials/enterprise_beginner/ez_enterprise_beginner_tutorial_-_its_a_dogs_world.md'
30+
- '1. Getting your starter website': 'tutorials/enterprise_beginner/1_getting_your_starter_website.md'
31+
- '2. Preparing the Landing Page': 'tutorials/enterprise_beginner/2_preparing_the_landing_page.md'
32+
- '3. Using existing blocks': 'tutorials/enterprise_beginner/3_using_existing_blocks.md'
33+
- '4. Creating a custom block': 'tutorials/enterprise_beginner/4_creating_a_custom_block.md'
34+
- Field Type Creation Tutorial:
35+
- 'Creating a Tweet Field Type': 'tutorials/field_type/creating_a_tweet_field_type.md'
36+
- '1. Build the bundle': 'tutorials/field_type/1_build_the_bundle.md' # Incl. build_the_bundle, create_the_bundle, structure_the_bundle.md
37+
- '2. Implement the Tweet&#92Value Class': 'tutorials/field_type/2_implement_the_tweetvalue_class.md'
38+
- '3. Implement the Tweet&#92Type Class': 'tutorials/field_type/3_implement_the_tweettype_class.md'
39+
- '4. Register the Field Type as a service': 'tutorials/field_type/4_register_the_field_type_as_a_service.md'
40+
- '5. Implement the legacy storage engine': 'tutorials/field_type/5_implement_the_legacy_storage_engine_converter.md'
41+
- '6. Introduce a template': 'tutorials/field_type/6_introduce_a_template.md'
42+
- Extending PlatformUI with new navigation:
43+
- 'Extending PlatformUI with new navigation': 'tutorials/extending_platformui/extending_platformui_with_new_navigation.md'
44+
- '1. Create the extension bundle': 'tutorials/extending_platformui/1_create_the_extension_bundle.md'
45+
- '2. Set up the configuration': 'tutorials/extending_platformui/2_set_up_the_configuration.md'
46+
- '3. Alter the JavaScript application routing': 'tutorials/extending_platformui/3_alter_the_javascript_application_routing.md'
47+
- '4. Define a view': 'tutorials/extending_platformui/4_define_a_view.md'
48+
- '5. Configure the navigation': 'tutorials/extending_platformui/5_configure_the_navigation.md'
49+
- '6. Build the content list': 'tutorials/extending_platformui/6_build_the_content_list.md'
50+
- '7. Paginate results': 'tutorials/extending_platformui/7_paginate_results.md'
51+
- '8. Filter by Content Type': 'tutorials/extending_platformui/8_filter_by_content_type.md'
52+
- 'Conclusion': 'tutorials/extending_platformui/conclusion.md'
53+
- API:
54+
- 'API': 'api/api.md'
55+
- REST API guide:
56+
- 'REST API guide': 'api/rest_api_guide.md' # Incl. rest_api_guide, getting_started_with_the_rest_api
57+
- 'REST API usage': 'api/general_rest_usage.md' # Incl. general_rest_api_usage, rest_api_authentication, error_handling, rest_api_countries_list
58+
- 'Extending the REST API': 'api/extending_the_rest_api.md'
59+
- 'JS client': 'api/js_client.md' # Incl. js_client, using_the_javascript_rest_api_client
60+
- 'REST API reference': 'api/rest_api_reference.md'
61+
- Public PHP API:
62+
- 'Public PHP API': 'api/public_php_api.md' # Incl. public_php_api, public_api_guide, gettig_started_with_the_public_api, browsing_finding_viewing, managing_content, working_with_locations, other_recipes
63+
- 'Field Type API and best practices': 'api/field_type_api_and_best_practices.md' # Incl. field_type_api_and_best_practices, field_type_template, register_field_type, settings_schema_and_allowed_validators
64+
- Guide:
65+
- 'Guide to eZ Platform': 'guide/guide_to_ez_platform.md'
66+
- Introduction:
67+
- 'Introduction': 'guide/introduction.md' # Incl. what_is_ez_platform_enterprise_edition, what_is_ez_platform
68+
- 'Architecture': 'guide/architecture.md'
69+
- 'Content model': 'guide/content_model.md' # Incl. content_model_-_content_is_king, content_items_content_types_and_fields
70+
- 'Field Type reference': 'guide/field_type_reference.md' # Incl. all field type ref. pages
71+
- 'Bundles': 'guide/bundles.md'
72+
- 'Best practices': 'guide/best_practices.md'
73+
- 'Content rendering': 'guide/content_rendering.md' # Incl. content_rendering, all twig function ref. pages
74+
- 'Clustering': 'guide/clustering.md'
75+
- 'Design': 'guide/design.md'
76+
- 'DevOps': 'guide/devops.md'
77+
- 'Docker tools': 'guide/docker_tools.md'
78+
- 'Environments': 'guide/environments.md'
79+
- 'Extending eZ Platform': 'guide/extending_ez_platform.md'
80+
- 'File management': 'guide/file_management.md'
81+
- 'HTTP cache': 'guide/http_cache.md'
82+
- 'Images': 'guide/images.md'
83+
- 'Internationalization': 'guide/internationalization.md'
84+
- 'Multisite': 'guide/multisite.md'
85+
- 'Performance': 'guide/performance.md'
86+
- 'Recommendation': 'guide/recommendation.md'
87+
- 'Repository': 'guide/repository.md' # Incl. repository, role_policies_map, signals_reference, all limitation ref. pages
88+
- 'Search': 'guide/search.md' # Incl. search, solr_bundle, elasticsearch_bundle, legacy_search_engine_bundle, search_criteria_reference, sort_clauses_reference
89+
- 'Security': 'guide/security.md'
90+
- 'Service container': 'guide/service_container.md'
91+
- 'Sessions': 'guide/sessions.md'
92+
- 'SiteAccess': 'guide/siteaccess.md'
93+
- 'User-generated content': 'guide/user_generated_content.md' # TODO
94+
- Cookbook:
95+
- 'Authenticating a user with multiple user providers': 'cookbook/authenticating_a_user_with_multiple_user_providers.md'
96+
- 'Converting request paremeters into API objects': 'cookbook/converting_request_parameters_into_api_objects.md'
97+
- 'Creating custom notification for Flex Workflow': 'cookbook/creating_custom_notifications_for_flex_workflow.md'
98+
- 'Creating Landing Page blocks (Enterprise)': 'cookbook/creating_landing_page_blocks_(enterprise).md'
99+
- 'Creating Landing Page layouts (Enterprise)': 'cookbook/creating_landing_page_layouts_(enterprise).md'
100+
- 'Displaying children of a Content item': 'cookbook/displaying_children_of_a_content_item.md'
101+
- 'Displaying content with simple templates': 'cookbook/displaying_content_with_simple_templates.md'
102+
- 'Executing long-running console commands': 'cookbook/executing_long_running_console_commands.md'
103+
- 'Exposing Siteaccess_aware configuration for your bundle': 'cookbook/exposing_siteaccess_aware_configuration_for_your_bundle.md'
104+
- 'Importing settings from a bundle': 'cookbook/importing_settings_from_a_bundle.md'
105+
- 'Injecting parameters in content views': 'cookbook/injecting_parameters_in_content_views.md'
106+
- 'Listening to core events': 'cookbook/listening_to_core_events.md'
107+
- 'Making cross-origin HTTP requests': 'cookbook/making_cross_origin_http_requests.md'
108+
- 'Paginating API search results': 'cookbook/paginating_api_search_results.md'
109+
- 'Retrieving root location': 'cookbook/retrieving_root_location.md'
110+
- 'Using RouteReference': 'cookbook/using_routereference.md'
111+
- Resources and community:
112+
- 'Resources': 'community_resources/resources.md'
113+
- 'Professional training services': 'community_resources/professional_training_services.md'
114+
- 'Contributing': 'community_resources/contributing.md' # Incl. github_101, report_and_follow_issues_-_the_bugtracker, contribute_to_documentation, contributing_translations, development_guidelines
115+
- Migrating to eZ Platform:
116+
- 'Migrating from eZ Publish Platform': 'migrating/migrating_from_ez_publish_platform.md' # Incl. migrating_from_ez_publish_platform, upgrading_from_5.4.x_and_2014.11_to_16.xx, migrating_legacy_page_field_(ezflow)_to_landing_page_(enterprise)
117+
- 'Migrating from eZ Publish': 'migrating/migrating_from_ez_publish.md'
118+
- Releases:
119+
- 'Updating eZ Platform': 'releases/updating_ez_platform.md'
120+
- 'eZ Platform v1.10.0': 'releases/ez_platform_v1.10.0.md'
121+
- 'eZ Platform v1.9.0': 'releases/ez_platform_v1.9.0.md'
122+
- 'eZ Platform v1.8.0': 'releases/ez_platform_v1.8.0.md'
123+
- 'eZ Platform v1.7.0 LTS': 'releases/ez_platform_v1.7.0_lts.md'
124+
- 'eZ Platform v1.6.0': 'releases/ez_platform_and_ez_enterprise_v1.6.0.md'
125+
- eZ Enterprise release notes:
126+
- 'eZ Enterprise v1.5.0': 'releases/ez_enterprise_v1.5.0_release_notes.md'
127+
- 'eZ Enterprise v1.4.0': 'releases/ez_enterprise_v1.4_release_notes.md'
128+
- 'eZ Studio 2016.04': 'releases/ez_studio_2016.04_release_notes.md'
129+
- 'eZ Studio 16.02': 'releases/ez_studio_16.02_release_notes.md'
130+
- 'eZ Studio 15.12.1': 'releases/ez_studio_15.12.1_release_notes.md'
131+
- 'eZ Studio 15.12': 'releases/ez_studio_15.12_release_notes.md'
132+
- eZ Platform release notes:
133+
- 'eZ Platform v1.5.1': 'releases/ez_platform_1.5.1_release_notes.md'
134+
- 'eZ Platform v1.5.0': 'releases/ez_platform_v1.5.0_release_notes.md'
135+
- 'eZ Platform v1.4.2': 'releases/ez_platform_1.4.2_release_notes.md'
136+
- 'eZ Platform v1.4.0': 'releases/ez_platform_v1.4.0_release_notes.md'
137+
- 'eZ Platform 2016.04': 'releases/ez_platform_2016.04_release_notes.md'
138+
- 'eZ Platform 16.02': 'releases/ez_platform_16.02_release_notes.md'
139+
- 'eZ Platform 15.12.1': 'releases/ez_platform_15.12.1_release_notes.md'
140+
- 'eZ Platform 15.12': 'releases/ez_platform_15.12_release_notes.md'
141+
- 'Earlier releases': 'releases/earlier_releases.md' # Incl. ez_platform_15.11_release_notes, ez_platform_15.09_release_notes, ez_platform_15.07_release_notes, ez_platform_15.05_release_notes, ez_platform_15.03_release_notes, ez_platform_15.01_release_notes
142+
theme: readthedocs
143+
markdown_extensions:
144+
- markdown.extensions.admonition
145+
- markdown.extensions.toc:
146+
permalink: True

0 commit comments

Comments
 (0)