Skip to content

Commit

Permalink
docs(getting-started): rm unnecessary line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jjangga0214 committed Nov 8, 2023
1 parent b652f33 commit 00ae734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ Then we can modify the config file like this.
'.graph': './apis/utils#graph',
'.dependOn': './apis/javascript#dependon',
}}>
```js copy filename="haetae.config.js" {9-14,20} showLineNumbers
```js copy filename="haetae.config.js" {9-14,20}
import { $, configure, git, utils, js } from 'haetae'

export default configure({
Expand Down Expand Up @@ -1411,7 +1411,7 @@ Otherwise, a file would be treated as changed every time the dynamic argument ch
<TokenLinkCode tokens={{
'.changedFiles': './apis/utils#changedfiles',
}}>
```js copy filename="haetae.config.js" {9-13,19} showLineNumbers
```js copy filename="haetae.config.js"
// Other content is omitted for brevity
const changedFilesByHash = await utils.changedFiles(
[`.env.${process.env.ENV}`] // <--- Anti-pattern
Expand Down

1 comment on commit 00ae734

@vercel
Copy link

@vercel vercel bot commented on 00ae734 Nov 8, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.