We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abc408 commit 67c3bebCopy full SHA for 67c3beb
tools/run-in-container/genpdf.sh
@@ -23,6 +23,7 @@ function write_file(){
23
sed -e 's/..\/image/image/g' ${DATA_DIR}/docs/${FILE} | \
24
sed -e 's|../4-language-usage/2-variables-and-types/1-general/g-2150|#g-2150-avoid-comparisons-with-null-value-consider-using-is-not-null|g' | \
25
sed -e 's|../3-coding-style/coding-style/#rules|#rules|g' | \
26
+ sed -e 's|PLSQL-and-SQL-Coding-Guidelines.pdf||g' | \
27
sed -e 's/✘/X/g' >> ${TARGET_DIR}/docs/index.md
28
}
29
0 commit comments