Code Monkey home page Code Monkey logo

Comments (11)

Linda-Editor avatar Linda-Editor commented on August 28, 2024

@NextTurn I'm not sure how to do that. Have you seen it somewhere else on docs.microsoft.com? If so, please send a link to the page. Thanks.

from open-xml-docs.

nxtn avatar nxtn commented on August 28, 2024

Here's an example https://docs.microsoft.com/dotnet/framework/interop/msgbox-sample

from open-xml-docs.

Linda-Editor avatar Linda-Editor commented on August 28, 2024

@NextTurn If you look in the API section, this functionality does exist there; for example: https://docs.microsoft.com/en-us/dotnet/api/documentformat.openxml.bibliography.abbreviatedcasenumber.localname?view=openxml-2.8.1

from open-xml-docs.

nxtn avatar nxtn commented on August 28, 2024

Yes, but could you make it apply to articles as well?

from open-xml-docs.

Linda-Editor avatar Linda-Editor commented on August 28, 2024

@NextTurn I'll look into it. Thanks for the suggestion.

@dmahugh - Doug, could you get this request to the right PM who can address it? Thanks...

from open-xml-docs.

nxtn avatar nxtn commented on August 28, 2024

The language selector dropdown menu is set in docfx.json.

See the following file for example

https://github.com/dotnet/dotnet-api-docs/blob/65c1594178155f1f1ddf00319ab3bbc9fe5bc01a/docfx.json#L133

from open-xml-docs.

Linda-Editor avatar Linda-Editor commented on August 28, 2024

@lindalu-MSFT can you follow up on this? It's about adding the language selector drop-down to conceptual topics in open-xml-docs. See the thread for more info. Thanks.

from open-xml-docs.

lindalu-MSFT avatar lindalu-MSFT commented on August 28, 2024

@davidchesnut Hi David, can I get your help with this? I updated the JSON, added:

"langs": {
   "api/**.yml": ["csharp", "vb", "fsharp", "cpp"]
  }
},

and ran it through the JSON validator tool which came back as VALID.

We need to add the drop-down language selector. Any idea what I'm doing wrong? I have a branch called lindalu-MSFT-add-langs where I made the change.

from open-xml-docs.

nxtn avatar nxtn commented on August 28, 2024

@lindalu-MSFT Hi, please have a try with the following:

"langs": {
  "**/*.yml": ["csharp", "vb"]
}

from open-xml-docs.

lindalu-MSFT avatar lindalu-MSFT commented on August 28, 2024

@NextTurn Did that do the trick? Sorry I lost track of this issue for a few days. I was out sick! :(

from open-xml-docs.

nxtn avatar nxtn commented on August 28, 2024

@lindalu-MSFT I guess that is correct. Can you verify it? Thanks!

from open-xml-docs.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.