1. Нам важно Ваше мнение!
    и обсуждайте вместе! Нажимайте "мне нравится" и рекомендуйте друзьям ;)
    Понравилось тема? Напишите в ней свой отзыв.
    Считаете что тема не достаточно полно раскрыта? Расскажите свою точку зрения!
    С Вашей помощью сделаем форум еще лучше!

San Jose : devops for beginners - Эдуард Кабринский

Тема в разделе 'Горячие новости для тех кто следит за собой', создана пользователем IowaEn, 11 май 2021.

  1. IowaEn

    IowaEn Member

    Эдуард Кабринский - Azure ops - Кабринский Рдуард


    <h1>Azure ops</h1>
    <p>[youtube]</p>
    Azure ops <a href="http://remmont.com">Breaking news english</a> Azure ops
    <h1>Syntax guidance for Markdown usage in Wiki</h1>
    <p><strong>Azure DevOps Services | Azure DevOps Server 2020 | Azure DevOps Server 2019 | TFS 2018</strong></p>
    <p style="clear: both"> <img src="https://docs.microsoft.com/en-us/azure/devops/media/version-selector.png" /></p>
    <p>To view the content available for your platform, make sure that you select the correct version of this article from the version selector which is located above the table of contents. Feature support differs depending on whether you are working from Azure DevOps Services or an on-premises version of Azure DevOps Server, renamed from Team Foundation Server (TFS). <br />To learn which on-premises version you are using, see What platform/version am I using?</p>
    <p>In this article, find some Wiki-specific Markdown syntax guidance for use in Azure DevOps.</p>
    <h2>Table of contents (TOC) for Wiki pages</h2>
    <p>To create a table of contents, add a [[_TOC_]]. The TOC is generated when the tag is added and there's at least one heading on the page.</p>
    <p style="clear: both"><img src="https://docs.microsoft.com/en-us/azure/devops/project/wiki/media/toc_sample.png" /></p>
    <p>The [[_TOC_]] can be placed anywhere in the page to render the table of contents. Only Markdown headings are considered for TOC (HTML heading tags aren't).</p>
    <p>All HTML and Markdown tags are stripped from the headings while adding it inside the TOC block. For example: Adding bold and italics to a heading text renders the TOC as follows.</p>
    <p style="clear: both"><img src="https://docs.microsoft.com/en-us/azure/devops/project/wiki/media/toc_tags.png" /></p>
    <p>Consistency is maintained in the formatting in TOC.</p>
    <p>The tag [[_TOC_]] is case-sensitive. For example, [[_toc_]] may not render the TOC. Also, only the first instance of [[_TOC_]] is rendered and the rest are ignored.</p>
    <h2>Add Mermaid diagrams to a Wiki page</h2>
    <p>Wiki supports the following Mermaid diagram types:</p>
    <p>To add Mermaid diagrams to a wiki page, use the following syntax:</p>
    <p>There's also a toolbar button to add a default Mermaid diagram to a wiki page.</p>
    <p style="clear: both"><img src="https://docs.microsoft.com/en-us/azure/devops/project/wiki/media/wiki/mermaid-diagram.png" /></p>
    <p>Most HTML tags and fontawesome aren't supported in the Mermaid diagram syntax. Mermaid isn't supported in the Internet Explorer browser.</p>
    <p>This feature is supported only in Azure DevOps Services (not in Azure DevOps Server).</p>
    <h2>Embed videos in a Wiki page</h2>
    <p>To embed videos from YouTube and Microsoft Streams in a wiki page, use the following syntax:</p>
    <p>The iframe is the embed iframe block of the YouTube or Microsoft Streams video.</p>
    <p><strong>Result:</strong></p>
    <p><iframe src="https://www.youtube.com/embed/OtqFyBA6Dbk"></iframe> </p>
    <p>(The ending ". " is required to prevent a break in the page)</p>
    <h2>YAML tags</h2>
    <p>Any file that contains a YAML block in a Wiki is processed by a table with one head and one row. The YAML block must be the first thing in the file and must take the form of valid YAML set between triple-dashed lines. It supports all basic datatypes, lists, and objects as values. The syntax is supported in wiki, code file preview.</p>
    <p style="clear: both"><img src="https://docs.microsoft.com/en-us/azure/devops/project/wiki/media/wiki/yaml_basic_example.png" /></p>
    <p style="clear: both"><img src="https://docs.microsoft.com/en-us/azure/devops/project/wiki/media/wiki/yaml_tags_with_list.png" /></p>
    <h2>Embed Azure Boards query results in Wiki</h2>
    <p>To embed Azure Boards query results in a wiki page as a table, use the following syntax:</p>
    <p>You can also use the toolbar icon and the query selector to embed the query results in a wiki page.</p>
    <p style="clear: both"><img src="https://docs.microsoft.com/en-us/azure/devops/project/wiki/media/query_selector_pane.png" /></p></blockquote>
    <h2>@mention users and groups</h2>
    <p>To @mention users or groups in wiki, key in "@" in the wiki editor. This @mention opens autosuggest, from which you can mention users or groups to get notified by email.</p>
    <blockquote><p style="clear: both"><img src="https://docs.microsoft.com/en-us/azure/devops/project/wiki/media/mention-autosuggest.png" /></p></blockquote>
    <p>You can also select "@mention" from the edit toolbar.</p>
    <blockquote><p style="clear: both"><img src="https://docs.microsoft.com/en-us/azure/devops/project/wiki/media/mention-toolbar.png" /></p></blockquote>
    <h2>Page visits for wiki pages</h2>
    <p>Automatically, you see an aggregated page visits count for the last 30 days on every page.</p>
    <p>Use the batch API pagesBatch to see the daily quantity of visits to all pages in a paginated way. They aren't sorted by number of visits, however. For data over 30 days old, you can get all page visits using the rest API. Sort these pages based on the number of visits to get the top 100. You can store these visits in a dashboard or database.</p>
    <p style="clear: both"><img src="https://docs.microsoft.com/en-us/azure/devops/project/wiki/media/wiki/wiki-page-visits.png" /></p>
    <p>A page visit is defined as a page view by a given user in a 15-minute interval.</p>
    <h2>Link to work items from a Wiki page</h2>
    <p>Enter the pound sign ( # ), and then enter a work item ID.</p>
    <p>This feature is available with TFS 2018.2 and later versions.</p>
    <h2>HTML tag support in wiki pages</h2>
    <p>In wiki pages, you can also create rich content using HTML tags. (You can nest markdown within your HTML, but you must include a blank line between the HTML element and the markdown.)</p>
    <p>Pasting rich content as HTML is supported in Azure DevOps Server 2019.1 and later versions.</p>
    <p><strong>Example - Embedded video</strong></p>
    <p> <br /><strong>Result:</strong> </p>
    <p><strong>Example - Rich text format</strong></p>
    <p><strong>Result:</strong></p>
    <p style="clear: both"><img src="https://docs.microsoft.com/en-us/azure/devops/project/wiki/media/wiki/green-red-light-theme.png" /></p>
    <p style="clear: both"><img src="https://docs.microsoft.com/en-us/azure/devops/project/wiki/media/wiki/green-red-dark-theme.png" /></p>
    <p><tt>This text is teletype text.</tt></p>
    <p>Colored text This text is center-aligned.</p>
    <p>This text contains superscript text.</p>
    <p>This text contains <sub>subscript</sub> text.</p>
    <p>The project status is GREEN even though the bug count / developer may be in red. - Capability of span</p>
    <p><small>Disclaimer: Wiki also supports showing small text</small></p>
    <h2>Azure ops</h2>

    <h3>Azure ops</h3>
    <p>[youtube]</p>
    Azure ops <a href="http://remmont.com">News today</a> Azure ops
    <h4>Azure ops</h4>
    Learn how to share information, add tables &amp; mathematical notation using Markdown within wikis
    <h5>Azure ops</h5>
    Azure ops <a href="http://remmont.com">Azure ops</a> Azure ops
    SOURCE: <h6>Azure ops</h6> <a href="https://dev-ops.engineer/">Azure ops</a> Azure ops
    #tags#[replace: -,-Azure ops] Azure ops#tags#

    Eduard Kabrinskiy
    latest news

Поделиться этой страницей