Copilot for Docs
21–30 of 56 posts
Re: Copilot for Docs
#22What is copilot for docs? This page, rather infuriatingly, doesn’t explain! Is it part of copilot? A product? An experiment…? Copilot for docs is ___
Re: Copilot for Docs
#23Re: Copilot for Docs
#24What I’d love to see is such an agent *learn* from the interactions with people asking:
* What questions they ask more often than other framework, and how can the documentation clarify that (explicitly or not);
* Can you detect when questions betray a naive grasp of the problem and when the person asking would benefit from dedicated training, not just a quick answer;
* Can an LLM structure programming concepts and suggest ways to describe a framework that would help people make sense of what each framework actually is?
Re: Copilot for Docs
#25I'm so used to links not being underlined, I tried clicking the orange 'Copilot for docs' about 4 times !
Here’s a user stylesheet I’ve been using for 2½ years (when color-mix() landed behind a pref in Firefox Nightly!):
:any-link {
text-decoration: underline color-mix(in srgb, currentcolor 30%, transparent) !important;
}
:any-link:is(:hover, :active, :focus) {
text-decoration: underline !important;
}
This means links get a semitransparent underline normally, and full-opacity on hover. I reckon it’s an excellent balance. Occasionally you’ll get double underlining due to people using border-bottom instead of text-decoration for some unfathomable reason, and occasionally there’ll be link-styled buttons that won’t get this underline, but all up I’ve found it pretty good as an intervention.(I’ve been using this technique on websites I make since 2019, though I haven’t yet had the opportunity to use color-mix() on a public site, which only stabilised in browsers 6–11 months ago. My preferred technique there will be `:any-link:where(:not(:hover, :active, :focus)) { text-decoration-color: color-mix(in srgb, currentcolor 30%, transparent); }`.)
Re: Copilot for Docs
#26What is copilot for docs? This page, rather infuriatingly, doesn’t explain! Is it part of copilot? A product? An experiment…? Copilot for docs is ___
Re: Copilot for Docs
#27So how do you actually use this? Or is it just a design/proposal?
If you are eager to try something similar without dealing with a community, I’m assuming it’s possible to download the documentation from your favorite framework and start a “GPT” on OpenAI by giving it the role of a helpful coding assistant.
I definitely feel like there’s something to be done beyond the RAG aspect and figure out how to address the “other question” problem (you ask how you can do A, but that’s because A is your way to finding a solution for B, and there’s a much easier solution to B, but you don’t get the connection because you don’t understand the abstraction C). That would require a much more deliberate community to formalise properly.
Re: Copilot for Docs
#28Re: Copilot for Docs
#29So how do you actually use this? Or is it just a design/proposal?
Like many of those projects, access is controlled through a Discord server that is dedicated to more than just this prototype. I’m parsing and seeing things about getting CoPilot and VSCode to work together. If you are eager to try something similar without dealing with a community, I’m assuming it’s possible to download the documentation from your favorite framework and start a “GPT” on OpenAI by giving it the role…
nvm, I found it on the top right of the copilot for docs page
Re: Copilot for Docs
#30So how do you actually use this? Or is it just a design/proposal?
But again, the naming is horrible, I thought is was a Copilot just for markdown.