Commit Graph

6 Commits

Author SHA1 Message Date
Gulshan Singh 33e91c2bab
Minor docs/website cleanup (#2159)
* Move docs dependencies into pyproject, install with poetry in GH action

* Remove old sphinx files

* Remove custom theme dir

* Hide navigation and toc on the blog page

* Remove fetch-depth from docs GH workflow

* Source venv before running mkdocs build

* Remove caching from docs GH workflow

* Remove python version in docs GH workflow
2024-05-09 13:48:42 -07:00
Niko 4423ae6322
[Docs] remove revision date from docs (#2054)
* remove revision date from docs

* disable git-committers

* Add site_url to mkdocs

* fix mkdocs griffe issue
2024-03-04 01:11:17 +01:00
Niko ead22accda
New pages added to docs main navigation. (#2002)
* Remove content actions, add script to run docs-live.

* Add new pages to docs.

* Fix linter issue.
2024-01-20 09:56:46 +01:00
Niko 561169d97c
Add new docs theme with commands documentation. (#1999) 2024-01-10 19:13:51 +01:00
Olivia Lucca Fraser 78da129e50
GPT-3 Command for Pwndbg (#1589)
* ai plugin

* ai plugin ready to ship

* ai plugin ready to use

* textwrap on the ai's answer

* linted ai.py

* relaxed openai version requirement

* added pandas to requirements

* removed dependency on openai module, using requests instead

* removed dependency on openai module, using requests instead

* incorporating suggestions on PR

* added types requests and bumped requests version up to the version i'm using here

* lowering version req on requests for ubuntu 18 compat

* removed some 'if True' kludges that i was using to debug things at one point
2023-02-23 10:31:17 +01:00
Stuart Nevans Locke 4696c4d25a Add mkdocs documentation (#639)
* Initial setup of mkdocs

* Add documentation for every command. Also put them in some structure

* Fix typo

* Fix newline

* Update index

* fix some leakfind errors

* Some more fixes

* Fix search

* More fix
2019-05-10 19:37:41 +02:00