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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user