Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

DocFx and xrefmap.yml

Discussion in 'Documentation' started by Erothez, Oct 23, 2018.

  1. Erothez

    Erothez

    Joined:
    May 27, 2015
    Posts:
    20
  2. MMOARgames

    MMOARgames

    Joined:
    Feb 28, 2013
    Posts:
    24
    Agreed this would be really nice to have. Docfx has a xrefService specifier that always serves up the latest docs with this pattern:
    Code (csharp):
    1. "https://hostname/query/{uid}?tags=tag1,tag2"
    Unity could use something like:
    Code (csharp):
    1. https://xref.docs.unity3d.com/query?uid=UnityEngine.Object
     
    michaeltlombardi likes this.