mkdocs.yml 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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. dev_addr: '0.0.0.0:8000'
  7. repo_url: https://github.com/docker/docker/
  8. docs_dir: sources
  9. include_search: true
  10. use_absolute_urls: true
  11. # theme: docker
  12. theme_dir: ./theme/mkdocs/
  13. theme_center_lead: false
  14. include_search: true
  15. copyright: Copyright © 2014, Docker, Inc.
  16. google_analytics: ['UA-6096819-11', 'docker.io']
  17. pages:
  18. # Introduction:
  19. - ['index.md', 'About', 'Docker']
  20. - ['introduction/index.md', '**HIDDEN**']
  21. - ['introduction/understanding-docker.md', 'About', 'Understanding Docker']
  22. # Installation:
  23. - ['installation/index.md', '**HIDDEN**']
  24. - ['installation/mac.md', 'Installation', 'Mac OS X']
  25. - ['installation/ubuntulinux.md', 'Installation', 'Ubuntu']
  26. - ['installation/rhel.md', 'Installation', 'Red Hat Enterprise Linux']
  27. - ['installation/centos.md', 'Installation', 'CentOS']
  28. - ['installation/debian.md', 'Installation', 'Debian']
  29. - ['installation/gentoolinux.md', 'Installation', 'Gentoo']
  30. - ['installation/google.md', 'Installation', 'Google Cloud Platform']
  31. - ['installation/rackspace.md', 'Installation', 'Rackspace Cloud']
  32. - ['installation/amazon.md', 'Installation', 'Amazon EC2']
  33. - ['installation/softlayer.md', 'Installation', 'IBM Softlayer']
  34. - ['installation/archlinux.md', 'Installation', 'Arch Linux']
  35. - ['installation/frugalware.md', 'Installation', 'FrugalWare']
  36. - ['installation/fedora.md', 'Installation', 'Fedora']
  37. - ['installation/openSUSE.md', 'Installation', 'openSUSE']
  38. - ['installation/cruxlinux.md', 'Installation', 'CRUX Linux']
  39. - ['installation/windows.md', 'Installation', 'Microsoft Windows']
  40. - ['installation/binaries.md', 'Installation', 'Binaries']
  41. # User Guide:
  42. - ['userguide/index.md', 'User Guide', 'The Docker User Guide' ]
  43. - ['userguide/dockerhub.md', 'User Guide', 'Getting Started with Docker Hub' ]
  44. - ['userguide/dockerizing.md', 'User Guide', 'Dockerizing Applications' ]
  45. - ['userguide/usingdocker.md', 'User Guide', 'Working with Containers' ]
  46. - ['userguide/dockerimages.md', 'User Guide', 'Working with Docker Images' ]
  47. - ['userguide/dockerlinks.md', 'User Guide', 'Linking containers together' ]
  48. - ['userguide/dockervolumes.md', 'User Guide', 'Managing data in containers' ]
  49. - ['userguide/dockerrepos.md', 'User Guide', 'Working with Docker Hub' ]
  50. # Docker Hub docs:
  51. - ['docker-hub/index.md', 'Docker Hub', 'Docker Hub' ]
  52. - ['docker-hub/accounts.md', 'Docker Hub', 'Accounts']
  53. - ['docker-hub/repos.md', 'Docker Hub', 'Repositories']
  54. - ['docker-hub/builds.md', 'Docker Hub', 'Automated Builds']
  55. # Examples:
  56. - ['examples/index.md', '**HIDDEN**']
  57. - ['examples/nodejs_web_app.md', 'Examples', 'Dockerizing a Node.js web application']
  58. - ['examples/mongodb.md', 'Examples', 'Dockerizing MongoDB']
  59. - ['examples/running_redis_service.md', 'Examples', 'Dockerizing a Redis service']
  60. - ['examples/postgresql_service.md', 'Examples', 'Dockerizing a PostgreSQL service']
  61. - ['examples/running_riak_service.md', 'Examples', 'Dockerizing a Riak service']
  62. - ['examples/running_ssh_service.md', 'Examples', 'Dockerizing an SSH service']
  63. - ['examples/couchdb_data_volumes.md', 'Examples', 'Dockerizing a CouchDB service']
  64. - ['examples/apt-cacher-ng.md', 'Examples', 'Dockerizing an Apt-Cacher-ng service']
  65. # Articles
  66. - ['articles/index.md', '**HIDDEN**']
  67. - ['articles/basics.md', 'Articles', 'Docker basics']
  68. - ['articles/networking.md', 'Articles', 'Advanced networking']
  69. - ['articles/security.md', 'Articles', 'Security']
  70. - ['articles/https.md', 'Articles', 'Running Docker with HTTPS']
  71. - ['articles/host_integration.md', 'Articles', 'Automatically starting Containers']
  72. - ['articles/certificates.md', 'Articles', 'Using certificates for repository client verification']
  73. - ['articles/using_supervisord.md', 'Articles', 'Using Supervisor']
  74. - ['articles/cfengine_process_management.md', 'Articles', 'Process management with CFEngine']
  75. - ['articles/puppet.md', 'Articles', 'Using Puppet']
  76. - ['articles/chef.md', 'Articles', 'Using Chef']
  77. - ['articles/dsc.md', 'Articles', 'Using PowerShell DSC']
  78. - ['articles/ambassador_pattern_linking.md', 'Articles', 'Cross-Host linking using Ambassador Containers']
  79. - ['articles/runmetrics.md', 'Articles', 'Runtime metrics']
  80. - ['articles/baseimages.md', 'Articles', 'Creating a Base Image']
  81. # Reference
  82. - ['reference/index.md', '**HIDDEN**']
  83. - ['reference/commandline/index.md', '**HIDDEN**']
  84. - ['reference/commandline/cli.md', 'Reference', 'Command line']
  85. - ['reference/builder.md', 'Reference', 'Dockerfile']
  86. - ['faq.md', 'Reference', 'FAQ']
  87. - ['reference/run.md', 'Reference', 'Run Reference']
  88. - ['reference/api/index.md', '**HIDDEN**']
  89. - ['reference/api/docker-io_api.md', 'Reference', 'Docker Hub API']
  90. - ['reference/api/registry_api.md', 'Reference', 'Docker Registry API']
  91. - ['reference/api/hub_registry_spec.md', 'Reference', 'Docker Hub and Registry Spec']
  92. - ['reference/api/docker_remote_api.md', 'Reference', 'Docker Remote API']
  93. - ['reference/api/docker_remote_api_v1.14.md', 'Reference', 'Docker Remote API v1.14']
  94. - ['reference/api/docker_remote_api_v1.13.md', 'Reference', 'Docker Remote API v1.13']
  95. - ['reference/api/docker_remote_api_v1.12.md', 'Reference', 'Docker Remote API v1.12']
  96. - ['reference/api/docker_remote_api_v1.11.md', 'Reference', 'Docker Remote API v1.11']
  97. - ['reference/api/docker_remote_api_v1.10.md', '**HIDDEN**']
  98. - ['reference/api/docker_remote_api_v1.9.md', '**HIDDEN**']
  99. - ['reference/api/docker_remote_api_v1.8.md', '**HIDDEN**']
  100. - ['reference/api/docker_remote_api_v1.7.md', '**HIDDEN**']
  101. - ['reference/api/docker_remote_api_v1.6.md', '**HIDDEN**']
  102. - ['reference/api/docker_remote_api_v1.5.md', '**HIDDEN**']
  103. - ['reference/api/docker_remote_api_v1.4.md', '**HIDDEN**']
  104. - ['reference/api/docker_remote_api_v1.3.md', '**HIDDEN**']
  105. - ['reference/api/docker_remote_api_v1.2.md', '**HIDDEN**']
  106. - ['reference/api/docker_remote_api_v1.1.md', '**HIDDEN**']
  107. - ['reference/api/docker_remote_api_v1.0.md', '**HIDDEN**']
  108. - ['reference/api/remote_api_client_libraries.md', 'Reference', 'Docker Remote API Client Libraries']
  109. - ['reference/api/docker_io_accounts_api.md', 'Reference', 'Docker Hub Accounts API']
  110. - ['jsearch.md', '**HIDDEN**']
  111. # - ['static_files/README.md', 'static_files', 'README']
  112. - ['terms/index.md', '**HIDDEN**']
  113. - ['terms/layer.md', '**HIDDEN**']
  114. - ['terms/index.md', '**HIDDEN**']
  115. - ['terms/registry.md', '**HIDDEN**']
  116. - ['terms/container.md', '**HIDDEN**']
  117. - ['terms/repository.md', '**HIDDEN**']
  118. - ['terms/filesystem.md', '**HIDDEN**']
  119. - ['terms/image.md', '**HIDDEN**']
  120. # Contribute:
  121. - ['contributing/index.md', '**HIDDEN**']
  122. - ['contributing/contributing.md', 'Contribute', 'Contributing']
  123. - ['contributing/devenvironment.md', 'Contribute', 'Development environment']