upgrade to docusaurus 3 (#9820)

* update packages

* add plugin to strip autolinks in code blocks

* fix all the documentation for MDXv3

* remove check-docusaurus-versions

in docusaurus 3 this is now a hard error, not just a warning

* port upstream change to Curl component

fixes performing the 'execute' action when pressing enter
This commit is contained in:
chris48s
2024-03-23 19:54:57 +00:00
committed by GitHub
parent df8049a765
commit bd3a11b4b6
46 changed files with 5339 additions and 3863 deletions

View File

@@ -2,9 +2,7 @@ import { formatRelativeDate } from '../text-formatters.js'
import { BaseService, pathParams } from '../index.js'
const description = `
<p>
Supply a unix timestamp in seconds to display the relative time from/to now
</p>
Supply a unix timestamp in seconds to display the relative time from/to now
`
export default class Date extends BaseService {