Lines Matching +full:html +full:- +full:docs
1 ---
6 ---
7 <!--
9 License & terms of use: http://www.unicode.org/copyright.html
10 -->
16 {: .no_toc .text-delta }
21 ---
26 files in the `/docs` directory of the main repository. In particular, the
28 …s from [GitHub's built-in support](https://docs.github.com/en/github/working-with-github-pages/set…
40 …use GitHub to edit the file](https://docs.github.com/en/github/managing-files-in-a-repository/edit…
45 …](https://docs.github.com/en/github/working-with-github-pages/configuring-a-publishing-source-for-…
46 from the branch and the Markdown pages root directory (`/docs`).
49 [errors](https://docs.github.com/en/github/working-with-github-pages/about-jekyll-build-errors-for-…
54 Jekyll site-wide configurations are stored
56 [Just the Docs](https://pmarsceill.github.io/just-the-docs/).
58 Due to incompatibilities between this theme and GitHub’s built-in implementation of the
67 the theme's [navigation annotations](https://pmarsceill.github.io/just-the-docs/docs/navigation-str…
71 [Markdown](https://kramdown.gettalong.org/syntax.html) should be preferred over custom
72 HTML to create content wherever possible.
80 Use the markdown notation of [single backtick](https://kramdown.gettalong.org/quickref.html#inline-…
81 code spans (inline) and [tilde line-demarcated](https://kramdown.gettalong.org/quickref.html#code-b…
82 fenced code blocks (multi-line).
84 Unlike Github-flavored Markdown, in multi-line fenced code
85 blocks, the programming language in the [info string](https://spec.commonmark.org/0.29/#info-string)
112 GitHub-flavored emoji are enabled using the
138 [rbenv](https://www.ruby-lang.org/en/documentation/installation/#rbenv) is one
140 install it and the required `ruby-build` plugin:
143 cd ~/.rbenv && src/configure && make -C src # Optional but greatly speeds up certain operations
147 mkdir -p "$(rbenv root)"/plugins
148 git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build
154 rbenv install <version-num> # install GH Pages Ruby version
160 rbenv init # OR: eval "$(rbenv init -)"
161 rbenv shell <version-num>
172 `github-pages` gem. This is already configured in `Gemfile` in the root
174 dependencies downloaded and cached, in the root directory (`/docs`), run:
176 cd <ICU>/docs # change to User Guide docs root directory
186 rbenv init # OR: eval "$(rbenv init -)"
187 rbenv shell <version-num>
188 cd <ICU>/docs # change to User Guide docs root directory
193 Jekyll will take several seconds to generate HTML from the Markdown, so the