diff --git a/docs/customization.md b/docs/customization.md index 2782e96a6..1ef77232b 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -201,15 +201,19 @@ npm install ### Development mode -The development server can be started with: +Start the Webpack watchdog with: ``` sh npm start ``` -This will also start the MkDocs development server which will monitor changes -on assets, templates and documentation. Point your browser to -[localhost:8000][190] and you should see this documentation in front of you. +Then, in a second session, start the MkDocs server with: + +```sh +mkdocs serve +``` + +Point your browser to [localhost:8000][9] and you should see this documentation in front of you. !!! warning "Automatically generated files" diff --git a/src/partials/search.html b/src/partials/search.html index d139a3033..3ef8f6816 100644 --- a/src/partials/search.html +++ b/src/partials/search.html @@ -31,6 +31,7 @@ type="text" class="md-search__input" name="query" + aria-label="{{ lang.t('search.placeholder') }}" placeholder="{{ lang.t('search.placeholder') }}" autocapitalize="off" autocorrect="off"