github.com/opiuman/docker@v1.6.0/docs/mkdocs.yml (about)

     1  site_name: Docker Documentation
     2  #site_url: http://docs.docker.com/
     3  site_url: /
     4  site_description: Documentation for fast and lightweight Docker container based virtualization framework.
     5  site_favicon: img/favicon.png
     6  
     7  dev_addr: '0.0.0.0:8000'
     8  
     9  repo_url: https://github.com/docker/docker/
    10  
    11  docs_dir: sources
    12  
    13  include_search: true
    14  
    15  use_absolute_urls: true
    16  
    17  # theme: docker
    18  theme_dir: ./theme/mkdocs/
    19  theme_center_lead: false
    20  
    21  copyright: Copyright © 2014-2015, Docker, Inc.
    22  google_analytics: ['UA-6096819-11', 'docker.io']
    23  
    24  pages:
    25  
    26  # Introduction:
    27  - ['index.md', 'About', 'Docker']
    28  - ['release-notes.md', 'About', 'Release Notes']
    29  - ['introduction/index.md', '**HIDDEN**']
    30  - ['introduction/understanding-docker.md', 'About', 'Understanding Docker']
    31  
    32  # Installation:
    33  - ['installation/index.md', '**HIDDEN**']
    34  - ['installation/ubuntulinux.md', 'Installation', 'Ubuntu']
    35  - ['installation/mac.md', 'Installation', 'Mac OS X']
    36  - ['installation/windows.md', 'Installation', 'Microsoft Windows']
    37  - ['installation/amazon.md', 'Installation', 'Amazon EC2']
    38  - ['installation/archlinux.md', 'Installation', 'Arch Linux']
    39  - ['installation/binaries.md', 'Installation', 'Binaries']
    40  - ['installation/centos.md', 'Installation', 'CentOS']
    41  - ['installation/cruxlinux.md', 'Installation', 'CRUX Linux']
    42  - ['installation/debian.md', 'Installation', 'Debian']
    43  - ['installation/fedora.md', 'Installation', 'Fedora']
    44  - ['installation/frugalware.md', 'Installation', 'FrugalWare']
    45  - ['installation/google.md', 'Installation', 'Google Cloud Platform']
    46  - ['installation/gentoolinux.md', 'Installation', 'Gentoo']
    47  - ['installation/softlayer.md', 'Installation', 'IBM Softlayer']
    48  - ['installation/joyent.md', 'Installation', 'Joyent Compute Service']
    49  - ['installation/azure.md', 'Installation', 'Microsoft Azure']
    50  - ['installation/rackspace.md', 'Installation', 'Rackspace Cloud']
    51  - ['installation/rhel.md', 'Installation', 'Red Hat Enterprise Linux']
    52  - ['installation/oracle.md', 'Installation', 'Oracle Linux']
    53  - ['installation/SUSE.md', 'Installation', 'SUSE']
    54  - ['compose/install.md', 'Installation', 'Docker Compose']
    55  
    56  # User Guide:
    57  - ['userguide/index.md', 'User Guide', 'The Docker User Guide' ]
    58  - ['userguide/dockerhub.md', 'User Guide', 'Getting Started with Docker Hub' ]
    59  - ['userguide/dockerizing.md', 'User Guide', 'Dockerizing Applications' ]
    60  - ['userguide/usingdocker.md', 'User Guide', 'Working with Containers' ]
    61  - ['userguide/dockerimages.md', 'User Guide', 'Working with Docker Images' ]
    62  - ['userguide/dockerlinks.md', 'User Guide', 'Linking containers together' ]
    63  - ['userguide/dockervolumes.md', 'User Guide', 'Managing data in containers' ]
    64  - ['userguide/labels-custom-metadata.md', 'User Guide', 'Apply custom metadata' ]
    65  - ['userguide/dockerrepos.md', 'User Guide', 'Working with Docker Hub' ]
    66  - ['userguide/level1.md', '**HIDDEN**' ]
    67  - ['userguide/level2.md', '**HIDDEN**' ]
    68  - ['compose/index.md', 'User Guide', 'Docker Compose' ]
    69  - ['machine/index.md', 'User Guide', 'Docker Machine' ]
    70  - ['swarm/index.md', 'User Guide', 'Docker Swarm' ]
    71  
    72  # Docker Hub docs:
    73  - ['docker-hub/index.md', 'Docker Hub', 'Docker Hub' ]
    74  - ['docker-hub/accounts.md', 'Docker Hub', 'Accounts']
    75  - ['docker-hub/repos.md', 'Docker Hub', 'Repositories']
    76  - ['docker-hub/builds.md', 'Docker Hub', 'Automated Builds']
    77  - ['docker-hub/official_repos.md', 'Docker Hub', 'Official Repo Guidelines']
    78  
    79  # Docker Hub Enterprise
    80  #- ['docker-hub-enterprise/index.md', '**HIDDEN**' ]
    81  #- ['docker-hub-enterprise/install-config.md', 'Docker Hub Enterprise', 'Installation and Configuration' ]
    82  #- ['docker-hub-enterprise/usage.md', 'Docker Hub Enterprise', 'User Guide' ]
    83  
    84  # Examples:
    85  - ['examples/index.md', '**HIDDEN**']
    86  - ['examples/nodejs_web_app.md', 'Examples', 'Dockerizing a Node.js web application']
    87  - ['examples/mongodb.md', 'Examples', 'Dockerizing MongoDB']
    88  - ['examples/running_redis_service.md', 'Examples', 'Dockerizing a Redis service']
    89  - ['examples/postgresql_service.md', 'Examples', 'Dockerizing a PostgreSQL service']
    90  - ['examples/running_riak_service.md', 'Examples', 'Dockerizing a Riak service']
    91  - ['examples/running_ssh_service.md', 'Examples', 'Dockerizing an SSH service']
    92  - ['examples/couchdb_data_volumes.md', 'Examples', 'Dockerizing a CouchDB service']
    93  - ['examples/apt-cacher-ng.md', 'Examples', 'Dockerizing an Apt-Cacher-ng service']
    94  - ['compose/django.md', 'Examples', 'Getting started with Compose and Django']
    95  - ['compose/rails.md', 'Examples', 'Getting started with Compose and Rails']
    96  - ['compose/wordpress.md', 'Examples', 'Getting started with Compose and Wordpress']
    97  
    98  # Articles
    99  - ['articles/index.md', '**HIDDEN**']
   100  - ['articles/basics.md', 'Articles', 'Docker basics']
   101  - ['articles/networking.md', 'Articles', 'Advanced networking']
   102  - ['articles/security.md', 'Articles', 'Security']
   103  - ['articles/https.md', 'Articles', 'Running Docker with HTTPS']
   104  - ['articles/registry_mirror.md', 'Articles', 'Run a local registry mirror']
   105  - ['articles/host_integration.md', 'Articles', 'Automatically starting containers']
   106  - ['articles/baseimages.md', 'Articles', 'Creating a base image']
   107  - ['articles/dockerfile_best-practices.md', 'Articles', 'Best practices for writing Dockerfiles']
   108  - ['articles/certificates.md', 'Articles', 'Using certificates for repository client verification']
   109  - ['articles/using_supervisord.md', 'Articles', 'Using Supervisor']
   110  - ['articles/cfengine_process_management.md', 'Articles', 'Process management with CFEngine']
   111  - ['articles/puppet.md', 'Articles', 'Using Puppet']
   112  - ['articles/chef.md', 'Articles', 'Using Chef']
   113  - ['articles/dsc.md', 'Articles', 'Using PowerShell DSC']
   114  - ['articles/ambassador_pattern_linking.md', 'Articles', 'Cross-Host linking using ambassador containers']
   115  - ['articles/runmetrics.md', 'Articles', 'Runtime metrics']
   116  - ['articles/b2d_volume_resize.md', 'Articles', 'Increasing a Boot2Docker volume']
   117  - ['articles/systemd.md', 'Articles', 'Controlling and configuring Docker using Systemd']
   118  
   119  # Reference
   120  - ['reference/index.md', '**HIDDEN**']
   121  - ['reference/commandline/index.md', '**HIDDEN**']
   122  - ['reference/commandline/cli.md', 'Reference', 'Docker command line']
   123  - ['reference/builder.md', 'Reference', 'Dockerfile']
   124  - ['faq.md', 'Reference', 'FAQ']
   125  - ['reference/run.md', 'Reference', 'Run Reference']
   126  - ['compose/cli.md', 'Reference', 'Compose command line']
   127  - ['compose/yml.md', 'Reference', 'Compose yml']
   128  - ['compose/env.md', 'Reference', 'Compose ENV variables']
   129  - ['compose/completion.md', 'Reference', 'Compose commandline completion']
   130  - ['swarm/discovery.md', 'Reference', 'Swarm discovery']
   131  - ['swarm/scheduler/strategy.md', 'Reference', 'Swarm strategies']
   132  - ['swarm/scheduler/filter.md', 'Reference', 'Swarm filters']
   133  - ['swarm/API.md', 'Reference', 'Swarm API']
   134  - ['reference/api/index.md', '**HIDDEN**']
   135  - ['registry/overview.md', 'Reference', 'Docker Registry 2.0']
   136  - ['registry/deploying.md', 'Reference', '    ▪  Deploy a registry' ]
   137  - ['registry/configuration.md', 'Reference', '    ▪  Configure a registry' ]
   138  - ['registry/storagedrivers.md', 'Reference', '    ▪  Storage driver model' ]
   139  - ['registry/notifications.md', 'Reference', '    ▪  Work with notifications' ]
   140  - ['registry/spec/api.md', 'Reference', '    ▪  Registry Service API v2' ]
   141  - ['registry/spec/json.md', 'Reference', '    ▪  JSON format' ]
   142  - ['registry/spec/auth/token.md', 'Reference', '    ▪  Authenticate via central service' ]
   143  - ['reference/api/hub_registry_spec.md', 'Reference', 'Docker Hub and Registry 1.0']
   144  - ['reference/api/registry_api.md', 'Reference', '    ▪ Docker Registry API v1']
   145  - ['reference/api/registry_api_client_libraries.md', 'Reference', '    ▪ Docker Registry 1.0 API Client Libraries']
   146  #- ['reference/image-spec-v1.md', 'Reference', 'Docker Image Specification v1.0.0']
   147  - ['reference/api/docker-io_api.md', 'Reference', 'Docker Hub API']
   148  #- ['reference/image-spec-v1.md', 'Reference', 'Docker Image Specification v1.0.0']
   149  - ['reference/api/docker_remote_api.md', 'Reference', 'Docker Remote API']
   150  - ['reference/api/docker_remote_api_v1.18.md', 'Reference', 'Docker Remote API v1.18']
   151  - ['reference/api/docker_remote_api_v1.17.md', 'Reference', 'Docker Remote API v1.17']
   152  - ['reference/api/docker_remote_api_v1.16.md', 'Reference', 'Docker Remote API v1.16']
   153  - ['reference/api/docker_remote_api_v1.15.md', '**HIDDEN**']
   154  - ['reference/api/docker_remote_api_v1.14.md', '**HIDDEN**']
   155  - ['reference/api/docker_remote_api_v1.13.md', '**HIDDEN**']
   156  - ['reference/api/docker_remote_api_v1.12.md', '**HIDDEN**']
   157  - ['reference/api/docker_remote_api_v1.11.md', '**HIDDEN**']
   158  - ['reference/api/docker_remote_api_v1.10.md', '**HIDDEN**']
   159  - ['reference/api/docker_remote_api_v1.9.md', '**HIDDEN**']
   160  - ['reference/api/docker_remote_api_v1.8.md', '**HIDDEN**']
   161  - ['reference/api/docker_remote_api_v1.7.md', '**HIDDEN**']
   162  - ['reference/api/docker_remote_api_v1.6.md', '**HIDDEN**']
   163  - ['reference/api/docker_remote_api_v1.5.md', '**HIDDEN**']
   164  - ['reference/api/docker_remote_api_v1.4.md', '**HIDDEN**']
   165  - ['reference/api/docker_remote_api_v1.3.md', '**HIDDEN**']
   166  - ['reference/api/docker_remote_api_v1.2.md', '**HIDDEN**']
   167  - ['reference/api/docker_remote_api_v1.1.md', '**HIDDEN**']
   168  - ['reference/api/docker_remote_api_v1.0.md', '**HIDDEN**']
   169  - ['reference/api/remote_api_client_libraries.md', 'Reference', 'Docker Remote API Client Libraries']
   170  - ['reference/api/docker_io_accounts_api.md', 'Reference', 'Docker Hub Accounts API']
   171  
   172  - ['jsearch.md', '**HIDDEN**']
   173  
   174  # - ['static_files/README.md', 'static_files', 'README']
   175  - ['terms/index.md', '**HIDDEN**']
   176  - ['terms/layer.md', '**HIDDEN**']
   177  - ['terms/index.md', '**HIDDEN**']
   178  - ['terms/registry.md', '**HIDDEN**']
   179  - ['terms/container.md', '**HIDDEN**']
   180  - ['terms/repository.md', '**HIDDEN**']
   181  - ['terms/filesystem.md', '**HIDDEN**']
   182  - ['terms/image.md', '**HIDDEN**']
   183  
   184  
   185  # Project:
   186  - ['project/index.md', '**HIDDEN**']
   187  - ['project/who-written-for.md', 'Contributor Guide', 'README first']
   188  - ['project/software-required.md', 'Contributor Guide', 'Get required software'] 
   189  - ['project/set-up-git.md', 'Contributor Guide', 'Configure Git for contributing'] 
   190  - ['project/set-up-dev-env.md', 'Contributor Guide', 'Work with a development container'] 
   191  - ['project/test-and-docs.md', 'Contributor Guide', 'Run tests and test documentation']
   192  - ['project/make-a-contribution.md', 'Contributor Guide', 'Understand contribution workflow']
   193  - ['project/find-an-issue.md', 'Contributor Guide', 'Find an issue'] 
   194  - ['project/work-issue.md', 'Contributor Guide', 'Work on an issue'] 
   195  - ['project/create-pr.md', 'Contributor Guide', 'Create a pull request'] 
   196  - ['project/review-pr.md', 'Contributor Guide', 'Participate in the PR review'] 
   197  - ['project/advanced-contributing.md', 'Contributor Guide', 'Advanced contributing']
   198  - ['project/get-help.md', 'Contributor Guide', 'Where to get help']
   199  - ['project/coding-style.md', 'Contributor Guide', 'Coding style guide']
   200  - ['project/doc-style.md', 'Contributor Guide', 'Documentation style guide']
   201