Add global tools section & export data generator

This commit is contained in:
MattIPv4
2020-05-04 20:55:23 +01:00
parent 431cbf53e2
commit e7e9cbcfa2
5 changed files with 264 additions and 1 deletions

View File

@@ -5,3 +5,4 @@ export { default as Python } from './python';
export { default as Performance } from './performance';
export { default as Logging } from './logging';
export { default as NGINX } from './nginx';
export { default as Tools } from './tools';