()
| 1 | import styles from "./DocsOutdatedAlert.module.css" |
| 2 | |
| 3 | export const DocsOutdatedAlert = () => { |
| 4 | return ( |
| 5 | <div className={styles.alert}> |
| 6 | <div className={styles.alertContent}> |
| 7 | <span className={styles.alertIcon}>⚠️</span> |
| 8 | <div className={styles.alertContainer}> |
| 9 | <span className={styles.alertText}> |
| 10 | With the offical release of JS scripting by valve, the documentation on{" "} |
| 11 | <a href="https://developer.valvesoftware.com/wiki/Counter-Strike_2_Workshop_Tools/Scripting">the developer wiki</a> will be the latest |
| 12 | and most up to date. |
| 13 | </span> |
| 14 | <span className={styles.alertText}> |
| 15 | See <a href="https://developer.valvesoftware.com/wiki/Counter-Strike_2_Workshop_Tools/Scripting_API">the developer wiki</a> for the |
| 16 | latest API documentation. |
| 17 | </span> |
| 18 | </div> |
| 19 | </div> |
| 20 | </div> |
| 21 | ) |
| 22 | } |
nothing calls this directly
no outgoing calls
no test coverage detected