Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(update versions): update versions #3653

Merged
merged 3 commits into from
Feb 16, 2024
Merged

Conversation

adnanrahic
Copy link
Contributor

This PR updates all npm modules for the docs.

Current issues with docgen:

localhost_3000_ (4)

Error: MDX compilation failed for file "/Users/adnanrahic/Code/kubeshop/tracetest/docs/docs/cli/reference/tracetest_completion_bash.md"
Cause: Unexpected character `(` (U+0028) before name, expected a character that can start a name, such as a letter, `$`, or `_`
Details:
{
  "column": 10,
  "message": "Unexpected character `(` (U+0028) before name, expected a character that can start a name, such as a letter, `$`, or `_`",
  "line": 15,
  "name": "15:10",
  "place": {
    "line": 15,
    "column": 10,
    "offset": 359,
    "_index": 0,
    "_bufferIndex": 8
  },
  "reason": "Unexpected character `(` (U+0028) before name, expected a character that can start a name, such as a letter, `$`, or `_`",
  "ruleId": "unexpected-character",
  "source": "micromark-extension-mdx-jsx",
  "url": "https://github.com/micromark/micromark-extension-mdx-jsx#unexpected-character-at-expected-expect"
}

--------------------------

Error: MDX compilation failed for file "/Users/adnanrahic/Code/kubeshop/tracetest/docs/docs/cli/reference/tracetest_completion_zsh.md"
Cause: Unexpected character `(` (U+0028) before name, expected a character that can start a name, such as a letter, `$`, or `_`
Details:
{
  "column": 10,
  "message": "Unexpected character `(` (U+0028) before name, expected a character that can start a name, such as a letter, `$`, or `_`",
  "line": 17,
  "name": "17:10",
  "place": {
    "line": 17,
    "column": 10,
    "offset": 400,
    "_index": 0,
    "_bufferIndex": 8
  },
  "reason": "Unexpected character `(` (U+0028) before name, expected a character that can start a name, such as a letter, `$`, or `_`",
  "ruleId": "unexpected-character",
  "source": "micromark-extension-mdx-jsx",
  "url": "https://github.com/micromark/micromark-extension-mdx-jsx#unexpected-character-at-expected-expect"
}

Changes

Fixes

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

Loom video

Add your loom video here if your work can be visualized

Copy link

vercel bot commented Feb 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tracetest ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 16, 2024 1:43pm

Copy link
Member

@mathnogueira mathnogueira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good. I just added a fix for the issue you are facing with docgen

@adnanrahic adnanrahic changed the title docs(update versions): update versions; TODO: fix docgen docs(update versions): update versions Feb 16, 2024
@mathnogueira mathnogueira merged commit d6d5dd8 into main Feb 16, 2024
39 checks passed
@mathnogueira mathnogueira deleted the docs-update-version branch February 16, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants