Skip to content

Commit

Permalink
find replace rest of files in fbsource
Browse files Browse the repository at this point in the history
Summary: See D51647902

Reviewed By: splhack

Differential Revision: D51648201

fbshipit-source-id: 4b5c87e04640d946103e5a515fc6ab2494a08c34
  • Loading branch information
jakebolam authored and facebook-github-bot committed Nov 29, 2023
1 parent a31cb5d commit 897d6a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thrift/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const config = {
theme: {
customCss: [require.resolve('./src/css/custom.css')],
},
trackingFile: 'xplat/staticdocs/WATCHED_FILES',
trackingFile: 'fbcode/staticdocs/WATCHED_FILES',
'remark-code-snippets': {
baseDir: '..'
},
Expand Down
2 changes: 1 addition & 1 deletion thrift/website/rebuild_api_docs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Copy js components
cp -r ../../../xplat/staticdocs/websites/fbcref/src/components src
cp -r ../../../fbcode/staticdocs/websites/fbcref/src/components src

# Generate API documentation
# note the .*: --allowlist accepts python regexes
Expand Down

0 comments on commit 897d6a3

Please sign in to comment.