Ren
Ren
After adding `--enable-examples` in compile configuration `CXXFLAGS="-std=c++11" ./waf configure --build-profile=debug --with-pybindgen=/home/ren/Desktop/workspace/ns-allinone-3.25/pybindgen-0.17.0.post49+ng0e4e3bc --enable-mpi --enable-static --enable-tests` I got compile errors below: ``` ./waf Waf: Entering directory /home/ren/Desktop/workspace/ns-allinone-3.25/ns-3.25/build' [2217/2457] Linking build/src/csma/examples/ns3.25-csma-broadcast-debug [2222/2457] Linking...
Closes #400. This PR moves the handbook meta above the chapter list in the HTML hierarchy and then uses flex order to visually place it below the chapter list, and...
At `/apis`, locally or on production, you'd see: https://github.com/WordPress/wporg-developer/assets/18050944/b2084390-cf88-45fc-8614-f6c67e75d7d5
Per https://github.com/WordPress/wporg-developer/issues/456 the last modified date of github-imported handbooks can be incorrect. While the above issue has been closed via a once-off fix, we should move forward with querying the...
Should we replace one of the groups? Any thoughts on what it should be replaced with? cc @ndiego @eidolonnight 
Found when reviewing #447. There's a code block with unclear meaning. Example: http://localhost:8895/reference/classes/wp_query/#standard-loop 
https://developer.wordpress.org/redesign-test/reference/functions/register_post_type/#hooks 1. The description of a hook looks detached. Let's remove the indentation so it lines up with the code above. 2. Replace the wrong size anchor link icon with...
In https://developer.wordpress.org/redesign-test/reference/functions/register_post_type/#more-information, the font size of the title is too big. Should be adjusted based off the size of "More Information"
Extend autocomplete to handbooks in the same way as [this](https://github.com/WordPress/wporg-developer/pull/351/commits/2a7cbae5bfffc2cc239d5763ef0ef17f0d590903).
Move functions like `get_rosetta_name` and `is_rosetta_site` out of the blocks folder so it's clear they're not tied to the blocks. We can also take other rosetta-related functions into consideration. Ref:...