Lines Matching refs:file
7 - Rename this file to `CONTRIBUTING.md`.
16 Most content is written in markdown. You name the file `something.md`, then have a header that look…
29 > The filename of the `.md` file doesn't actually matter; what is important is the `docid` being un…
68 To modify a blog post, edit the appopriate markdown file in `./_posts/`.
74 1. Create your blog post in `./_posts/` in markdown (file extension `.md` or `.markdown`). See curr…
76 1. If you have not authored a blog post before, modify the `./_data/authors.yml` file with the `aut…
82 To modify docs, edit the appropriate markdown file in `./_docs/`.
86 1. Add your markdown file to the `./_docs/` folder. See `./doc-type-examples/docs-hello-world.md` f…
88 … bar. Use the `docid` you put in your doc markdown in as the `id` in the `_data/nav_docs.yml` file.
98 To modify a top-level page, edit the appropriate markdown file in `./top-level/`
102 1. Create a markdown file in the root `./top-level/`. See `./doc-type-examples/top-level-example.md…
103 1. If you want a visible link to that file, update `_data/nav.yml` to add a link to your new top-le…