Skip to content

Commit de89553

Browse files
arthaudmeta-codesync[bot]
authored andcommitted
Add pysa logo to documentation
Summary: We had a pysa logo for a while, but we never actually put it on our website. Let's do that. Reviewed By: anwesht Differential Revision: D86572903 fbshipit-source-id: 0cc096a11bf3c4b1a21ca66b3a4354776b673c89
1 parent 3e2e0c2 commit de89553

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

documentation/website/docs/pysa_basics.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
id: pysa-basics
3-
title: Pysa Overview
3+
title: Pysa (Static Analysis for Security)
44
sidebar_label: Overview
55
---
66

77
import Internal from './fb/pysa_basics_internal.md';
88
import YouTube from 'react-youtube';
9+
import useBaseUrl from '@docusaurus/useBaseUrl';
10+
11+
<img alt="Pysa Logo" style={{width: '400px'}} src={useBaseUrl('img/pysa.png')} />
912

1013
Pyre has applications beyond type checking python code: it can also run static
1114
analysis, more specifically called **Taint Analysis**, to identify potential security issues.
64.8 KB
Loading

0 commit comments

Comments
 (0)