about icon indicating copy to clipboard operation
about copied to clipboard

Create sourcegraph for non-devs post

Open nickmyyz opened this issue 3 years ago • 5 comments

In progress

Embedded notebooks TK

Closes https://github.com/sourcegraph/about/issues/2470

nickmyyz avatar Feb 14 '22 17:02 nickmyyz

Notifying subscribers in CODENOTIFY files for diff 51264e57ea04588b60920c64e9e1d496fe71d337...7961bb942ae550eadec9b0eddbd975a97b6529d6.

Notify File(s)
@content-platform-team content/blogposts/2022/sourcegraph-non-devs.md
@sourcegraph/marketing content/blogposts/2022/sourcegraph-non-devs.md

sourcegraph-bot avatar Feb 14 '22 17:02 sourcegraph-bot

Thank you all so much for this! I'm inspired to use Sourcegraph more in my work now 😎

@nickmyyz Left some comments and suggestions for you to address. Where did you land on the images?

Fabiana said it was possible but I haven't received an update! Will follow up

nickmyyz avatar Feb 16 '22 18:02 nickmyyz

@bretthayes Hello! Rebecca told me you've helped with some blog/GH issues in the past so I thought I might ask you for help here, if that's okay. I'm having two issues at the moment:

  1. I'm getting "This branch has conflicts that must be resolved" and I'm not sure how to resolve. I think it might be because this post was initially drafted a few months ago. Thoughts on how to fix?
  2. I'm trying to create a table of contents but the preview isn't showing whether clicking the TOC items actually brings you to each section. Could you verify whether I've down the markdown right? I think I have... Thanks! And let me know if this is enough that I should submit as a content platform request instead and I can do so :)

nickmyyz avatar May 03 '22 18:05 nickmyyz

You should be all set now @nickmyyz. Let me know if that works for you. 🙂

  1. We updated our tsconfig since this PR was created so I merged main in this branch to bring it back up to date with the latest changes.
  2. The anchor links that get generated are case sensitive and are based on the titles of the headings. So I just had to fix up the casing and a small syntax error on the last link.

bretthayes avatar May 04 '22 01:05 bretthayes

You should be all set now @nickmyyz. Let me know if that works for you. 🙂

  1. We updated our tsconfig since this PR was created so I merged main in this branch to bring it back up to date with the latest changes.
  2. The anchor links that get generated are case sensitive and are based on the titles of the headings. So I just had to fix up the casing and a small syntax error on the last link.

Perfect, thank you!

nickmyyz avatar May 04 '22 15:05 nickmyyz

Just fyi in case we're doing notebook embeds in the future that we should wait for someone to review the source urls (my bad for missing it! Should have caught that but didn't) in the live preview, but no worries otherwise – https://github.com/sourcegraph/about/pull/5854

Joelkw avatar Oct 14 '22 01:10 Joelkw